File: /modules/workspace/README.txt 1.4 Date: February 5, 2005 - 02:15 User: jvandyk add note about MySQL 3.x compatibility, change admin path to administer -> access control ---------------------------------------------------------------------- File: /modules/workspace/workspace.module 1.4.2.6 DRUPAL-4-5 Date: February 5, 2005 - 00:53 User: jvandyk fix #16792 by matteo (selectbox now works with translations) ---------------------------------------------------------------------- File: /modules/workspace/workspace.module 1.12 Date: February 5, 2005 - 00:50 User: jvandyk fix #16792 by matteo (selectbox now works with translations) ---------------------------------------------------------------------- File: /modules/fontsize/fontsize.module 1.4 Date: February 5, 2005 - 00:34 User: drumm Using the init hook does not play well with caching pages, moving drupal_set_html_head() call to hook_menu(). ---------------------------------------------------------------------- File: /modules/fontsize/fontsize.module 1.2.2.1 DRUPAL-4-5 Date: February 5, 2005 - 00:33 User: drumm Using the init hook does not play well with caching pages, moving drupal_set_html_head() call to hook_menu(). ---------------------------------------------------------------------- File: /sandbox/javanaut/nodeattachment/nodeattachment.module 1.8 Date: February 5, 2005 - 00:32 User: javanaut Fixed some copy/paste erroneous code. Fixed some nid vs. array of nids logic that was broken. Started using this module with editasnew.module. Though no specific code was written for that, it did reveal the above broken logic. ---------------------------------------------------------------------- File: /modules/stock/TODO 1.1 Date: February 5, 2005 - 00:27 User: kbahey Initial TODO list ---------------------------------------------------------------------- File: /modules/stock/stock.module 1.5 Date: February 5, 2005 - 00:24 User: kbahey Added a color code that changes from green for a stock that has increased, or red when it decreases. Ideally, this would be an id/class attribute in XHTML that can be themed using CSS to anything (e.g. up arrow, down arrow, color, ...etc), but at least we have something for now. ---------------------------------------------------------------------- File: /includes/database.inc 1.38 Date: February 5, 2005 - 00:12 User: unconed - #16111: bad quotes in db_rewrite_sql ---------------------------------------------------------------------- File: /modules/editasnew/editasnew.module 1.1.2.2 DRUPAL-4-5 Date: February 4, 2005 - 23:58 User: javanaut Fixed security flaw that would allow users to view content in template nodes that they otherwise are not permitted to do. ---------------------------------------------------------------------- File: /modules/editasnew/editasnew.module 1.3 Date: February 4, 2005 - 23:56 User: javanaut Fixed security flaw that would allow users to view content in template nodes that they otherwise are not permitted to do. ---------------------------------------------------------------------- File: /modules/workspace/po/it.po 1.2 /modules/workspace/po/workspace.pot 1.2 Date: February 4, 2005 - 23:17 User: matteo Translation template ---------------------------------------------------------------------- File: /modules/workspace/po/it.po 1.1 /modules/workspace/po/workspace.pot 1.1 Date: February 4, 2005 - 23:08 User: matteo Translation template ---------------------------------------------------------------------- File: /modules/editasnew/po/editasnew.pot 1.1 /modules/editasnew/po/it.po 1.1 Date: February 4, 2005 - 22:53 User: matteo Translation template ---------------------------------------------------------------------- File: /sandbox/javanaut/nodeattachment/nodeattachment.module 1.7 Date: February 4, 2005 - 22:45 User: javanaut Various updates: 1. Changed parent ordinality from "requires parent" boolean to a multi-selection box including: none, one, one or more, any 2. Changed "attach new node", "attach existing node" links so that they only appear if user permissions and parental ordinality accommodate the actions. 3. Hopefully resolved the node_access('create'..) problems I was having by addressing an issue with the user_access(..) function (see http://drupal.org/node/16705). 4. Reworked a bunch of URL juggling so that it's a bit cleaner. Where possible, I've replaced query string arguments with url arguments. This includes menu paths under node/add that I've taken over to some degree. Still haven't figured out how to limit the user/add node list such that when users create nodes there, they only see the types that don't require parents (while still allowing them to be created using the parented approach). 5. Fixed bug in nodeapi delete section where not all relationships were cleaned up when a node was removed. ---------------------------------------------------------------------- File: /sandbox/javanaut/nodeattachment/nodeattachment.mysql 1.2 Date: February 4, 2005 - 22:33 User: javanaut Added index keys in the table definition. ---------------------------------------------------------------------- File: /modules/inline/CHANGELOG.txt 1.6 /modules/inline/inline.module 1.7 Date: February 4, 2005 - 22:09 User: matteo ---------------------------------------------------------------------- File: /modules/editasnew/editasnew.module 1.2 /modules/editasnew/README.txt 1.2 Date: February 4, 2005 - 21:24 User: javanaut Initial import. I just wrote this, tested it briefly and uploaded it here. This project adds a "edit as new" tab to the node/$nid/view page that lets users create new nodes based on the content from an existing one. ---------------------------------------------------------------------- File: /modules/editasnew/editasnew.module 1.1.2.1 DRUPAL-4-5 /modules/editasnew/README.txt 1.1.2.1 DRUPAL-4-5 Date: February 4, 2005 - 21:18 User: javanaut Initial import. I just wrote this, tested it briefly and uploaded it here. This project adds a "edit as new" tab to the node/$nid/view page that lets users create new nodes based on the content from an existing one. ---------------------------------------------------------------------- File: /modules/node.module 1.460 Date: February 4, 2005 - 20:48 User: unconed - Fixing broken drupal_goto() after node submission on PHP5. ---------------------------------------------------------------------- File: /includes/common.inc 1.424 /modules/node.module 1.459 Date: February 4, 2005 - 20:14 User: unconed - PHP5 fix due object references: node previewing should not put node output into form. ---------------------------------------------------------------------- File: /modules/stock/stock.module 1.4 Date: February 4, 2005 - 04:50 User: kbahey Optimized querying Yahoo Finance, by opening the connection only once, and getting all the quotes, then closing. Previously, it was open/get/close for every symbol provided, which is inefficient. Also added error trapping on the fopen() to the Yahoo Finance URL, so we give a descriptive error. Adding the @fopen did not seem to suppress the errors though. ----------------------------------------------------------------------