File: /modules/project/mail.inc 1.41 Date: January 29, 2005 - 23:47 User: unconed - Improved newline handling in mail output. ---------------------------------------------------------------------- File: /modules/project/mail.inc 1.40 Date: January 29, 2005 - 23:09 User: unconed Oopsie: '\n' -> "\n". ---------------------------------------------------------------------- File: /modules/taxonomy_access/taxonomy_access.module 1.25 Date: January 29, 2005 - 23:09 User: pyromanfo Fixed errors when doing clean install ---------------------------------------------------------------------- File: /modules/project/mail.inc 1.39 Date: January 29, 2005 - 23:02 User: unconed Adding some smarter HTML to text conversions. ---------------------------------------------------------------------- File: /modules/tracker.module 1.111 Date: January 29, 2005 - 22:21 User: dries - I had to use DISTINCT for the tracker.module's SQL queries. ---------------------------------------------------------------------- File: /CHANGELOG.txt 1.63 /includes/database.inc 1.35 /modules/aggregator.module 1.227 /modules/archive.module 1.77 /modules/blog.module 1.212 /modules/book.module 1.282 /modules/comment.module 1.330 /modules/forum.module 1.227 /modules/node.module 1.453 /modules/poll.module 1.156 /modules/queue.module 1.125 /modules/taxonomy.module 1.172 /modules/tracker.module 1.110 /modules/upload.module 1.22 /modules/user.module 1.436 Date: January 29, 2005 - 22:02 User: dries - Patch #16111 by chx: generalized node_rewrite_query to db_rewrite_query. ---------------------------------------------------------------------- File: /modules/project/mail.inc 1.38 Date: January 29, 2005 - 21:49 User: unconed Fixing bad HTML handling. ---------------------------------------------------------------------- File: /modules/actions/actions.module 1.3 Date: January 29, 2005 - 18:59 User: jvandyk array_pop() to make sure batched actions happen in the expected order ---------------------------------------------------------------------- File: /modules/actions/actions.inc 1.4 Date: January 29, 2005 - 18:57 User: jvandyk passing node by reference so our changes are not discarded when actions are batched ---------------------------------------------------------------------- File: /modules/taxonomy_access/taxonomy_access.module 1.24 Date: January 29, 2005 - 17:30 User: pyromanfo Added checkboxes next to vocabularies so that users can set permissions for all terms in a vocabulary at once ---------------------------------------------------------------------- File: /modules/feedback/feedback.module 1.28 Date: January 29, 2005 - 16:52 User: kbahey Added a breadcrumb to the home page, so as to be consistent with the rest of Drupal. In response to a comment on an issue here http://drupal.org/node/15492 ---------------------------------------------------------------------- File: /modules/taxonomy_access/taxonomy_access.module 1.23 Date: January 29, 2005 - 16:47 User: pyromanfo Removed unnecessary line from taxonomy_access_node_grants ---------------------------------------------------------------------- File: /modules/taxonomy_access/taxonomy_access.module 1.22 Date: January 29, 2005 - 16:45 User: pyromanfo Fixed errors when enabling module for first time ---------------------------------------------------------------------- File: /modules/feature/feature.module 1.20 Date: January 29, 2005 - 15:36 User: dries - Moved the feature menu. ---------------------------------------------------------------------- File: /translations/it/profile-module.po 1.6 Date: January 29, 2005 - 14:07 User: michelef Drupal 4.5.2 translation; complete. ---------------------------------------------------------------------- File: /modules/blogroll/blogroll.module 1.7 /modules/blogroll/INSTALL.txt 1.3 Date: January 29, 2005 - 10:37 User: grantbow * Added editing of personal blogrolls and weights. Enabled community blogrolling. Updated INSTALL.txt ---------------------------------------------------------------------- File: /theme-engines/phptemplate/phptemplate.engine 1.16 /themes/adc/adc.theme 1.16 /themes/goofy/goofy.theme 1.15 /themes/interlaced/interlaced.theme 1.19 /themes/marvinclassic/marvinclassic.theme 1.3 /themes/slurpee/slurpee.theme 1.18 /themes/sunflower/sunflower.theme 1.22 /themes/unconed/unconed.theme 1.12 Date: January 29, 2005 - 10:17 User: tdobes update for changes made in #13907 ---------------------------------------------------------------------- File: /modules/privatemsg/privatemsg.module 1.41 /modules/subscriptions/subscriptions.module 1.28 Date: January 29, 2005 - 10:11 User: tdobes update for changes made in #13907 ---------------------------------------------------------------------- File: /modules/subscriptions/subscriptions.module 1.22.2.4 DRUPAL-4-5 Date: January 29, 2005 - 09:38 User: tdobes Fixes for #16129 #15731 #15055 ---------------------------------------------------------------------- File: /modules/subscriptions/subscriptions.module 1.27 Date: January 29, 2005 - 09:36 User: tdobes Fixes for #16129 #15731 #15055 ---------------------------------------------------------------------- File: /modules/subscriptions/subscriptions.module 1.26 Date: January 29, 2005 - 08:57 User: tdobes minor code style changes ---------------------------------------------------------------------- File: /modules/upload.module 1.21 Date: January 29, 2005 - 08:31 User: dries - Moved the upload settings to 'admin/settings'. ---------------------------------------------------------------------- File: /modules/moblog/moblog.module 1.4 Date: January 29, 2005 - 07:58 User: javanaut Updating the node/view/$nid to more modern nod/$nid syntax. ---------------------------------------------------------------------- File: /modules/bookreview/bookreview.css 1.2 /modules/bookreview/bookreview.module 1.13 /modules/bookreview/bookreview.mysql 1.4 /modules/bookreview/bookreview.pgsql 1.2 /modules/bookreview/CHANGELOG 1.9 /modules/bookreview/INSTALL 1.3 /modules/bookreview/README.txt 1.2 Date: January 29, 2005 - 05:20 User: jeremy sync with latest version ---------------------------------------------------------------------- File: /modules/bookreview/bookreview.css 1.1.2.1 DRUPAL-4-5 /modules/bookreview/bookreview.module 1.11.2.1 DRUPAL-4-5 /modules/bookreview/bookreview.mysql 1.3.2.1 DRUPAL-4-5 /modules/bookreview/bookreview.pgsql 1.1.2.1 DRUPAL-4-5 /modules/bookreview/CHANGELOG 1.8.2.1 DRUPAL-4-5 /modules/bookreview/INSTALL 1.1.4.2 DRUPAL-4-5 /modules/bookreview/README.txt 1.1.2.1 DRUPAL-4-5 Date: January 29, 2005 - 05:13 User: jeremy - bookreview.module: o put bookreview.css into seperate configurable file (issue #15327) o filter type configurable per-node (issue #15701) o filters don't strip div and span tags (issue #15701) o added "price" (issue #15161) o convert "copyright" and "pages" from int to varchar (issue #14954) - bookreview.mysql: o added "price" column o convert "copyright" and "pages" from int to varchar - bookreview.pgsql: o add PostgreSQL support (issue #14955) ---------------------------------------------------------------------- File: /modules/bookreview/INSTALL 1.1.4.1 DRUPAL-4-5 Date: January 29, 2005 - 03:49 User: jeremy sync with head, fix INSTALL to include database name ---------------------------------------------------------------------- File: /modules/workflow/workflow.module 1.5.2.5 DRUPAL-4-5 Date: January 29, 2005 - 03:47 User: jvandyk fix removal of action instances, eliminate use of arg() ---------------------------------------------------------------------- File: /modules/workflow/workflow.module 1.10 Date: January 29, 2005 - 03:32 User: jvandyk fix removal of action instances, eliminate use of arg() ---------------------------------------------------------------------- File: /modules/bookreview/INSTALL 1.2 Date: January 29, 2005 - 03:05 User: jeremy fix bug #16367: include database name in INSTALL example ---------------------------------------------------------------------- File: /sandbox/javanaut/nodeattachment/nodeattachment.module 1.1 /sandbox/javanaut/nodeattachment/nodeattachment.mysql 1.1 Date: January 29, 2005 - 01:02 User: javanaut Initial import. Yet another attachment module, this time node-to-node and the relationships between node types can be managed and stored in a database table. Useful if you want to be able to dredge up reports using the relationships. ---------------------------------------------------------------------- File: /translations/it/filter-module.po 1.6 Date: January 29, 2005 - 00:51 User: michelef Drupal 4.5.2 translation; help to be translated ---------------------------------------------------------------------- File: /translations/it/drupal-module.po 1.5 Date: January 29, 2005 - 00:04 User: michelef Drupal 4.5.2 translation; complete. ---------------------------------------------------------------------- File: /modules/upload_indexer/upload_indexer.module 1.2 Date: January 28, 2005 - 23:29 User: weitzman refactoring to allow for mime magic or file - mime type detection. will later support file extension based mapping ----------------------------------------------------------------------