|
cvs log messages: msg#01034php.drupal.devel
File: contributions/modules/ecommerce/paypal paypal.module,1.1,1.2 paypal.mysql,1.1,1.2 Date: February 29, 2004 - 02:20 User: mathias Update of /cvs/drupal-contrib/contributions/modules/ecommerce/paypal In directory phoenix.zind.net:/tmp/cvs-serv14714 Modified Files: paypal.module paypal.mysql Log Message: - Fixed return and cancel URLs. - Default prefixing for database tables. ---------------------------------------------------------------------- File: contributions/modules/navigation CHANGELOG,NONE,1.1 INSTALL,1.4,1.5 navigation.mysql,1.1,1.2 TODO,1.3,1.4 navigation.module,1.5,1.6 Date: February 29, 2004 - 01:53 User: jeremy Update of /cvs/drupal-contrib/contributions/modules/navigation In directory phoenix.zind.net:/tmp/cvs-serv13352 Modified Files: INSTALL navigation.mysql TODO navigation.module Added Files: CHANGELOG Log Message: - navigation.module: o cache menu item roles in a static variable to minimize queries o remove unnecessary calls to user_roles() o added help text - navigation.mysql: o added varchar(255) 'roles' database field to menu table o added varchar(255) 'roles' database field to menu_item table - TODO, INSTALL: o updated to reflect recent changes - CHANGELOG: o added to directory ---------------------------------------------------------------------- File: contributions/modules/mailhandler mailhandler.module,1.55,1.56 Date: February 29, 2004 - 00:23 User: killes Update of /cvs/drupal-contrib/contributions/modules/mailhandler In directory phoenix.zind.net:/tmp/cvs-serv3643 Modified Files: mailhandler.module Log Message: removed offending trailing whitespace. ---------------------------------------------------------------------- File: contributions/sandbox/jeremy/4.4.0/locks/example lock.patch,1.6,1.7 README,1.4,1.5 Date: February 28, 2004 - 20:25 User: jeremy Update of /cvs/drupal-contrib/contributions/sandbox/jeremy/4.4.0/locks/example In directory phoenix.zind.net:/tmp/cvs-serv21394 Modified Files: lock.patch README Log Message: configuration of node lock moved to node.module ---------------------------------------------------------------------- File: contributions/modules/navigation navigation.module,1.4,1.5 INSTALL,1.3,1.4 README,1.2,1.3 TODO,1.2,1.3 Date: February 28, 2004 - 19:44 User: jeremy Update of /cvs/drupal-contrib/contributions/modules/navigation In directory phoenix.zind.net:/tmp/cvs-serv19156 Modified Files: navigation.module INSTALL README TODO Log Message: navigation.module: - added configuration options to enable/disable menu and/or item permissions (disabled by default for simplicity and lower overhead) - added ability when adding/editing menus and items to associate them with user roles - display functions now checks if current user has permissions to view menu and items navigation.mysql: - added longtext type 'roles' to 'menu' and 'menu_item' tables README, TODO, INSTALL: - updated to reflect recent changes ---------------------------------------------------------------------- File: drupal/modules drupal.module,1.73,1.74 Date: February 28, 2004 - 17:55 User: dries Update of /cvs/drupal/drupal/modules In directory phoenix.zind.net:/tmp/cvs-serv12683/modules Modified Files: drupal.module Log Message: - Patch #6110 by Goba: stop cheating in the Drupal site list. ---------------------------------------------------------------------- File: contributions/modules/navigation navigation.module,1.3,1.4 Date: February 28, 2004 - 17:09 User: mathias Update of /cvs/drupal-contrib/contributions/modules/navigation In directory phoenix.zind.net:/tmp/cvs-serv10574 Modified Files: navigation.module Log Message: Make this module aware of path_aliases as selected items. ---------------------------------------------------------------------- File: contributions/sandbox/jeremy/4.4.0/locks locktest.php,1.4,1.5 Date: February 28, 2004 - 16:40 User: jeremy Update of /cvs/drupal-contrib/contributions/sandbox/jeremy/4.4.0/locks In directory phoenix.zind.net:/tmp/cvs-serv8594 Modified Files: locktest.php Log Message: - randomly configure locktest with each loop, automatically testing all lock functionality. ---------------------------------------------------------------------- File: contributions/sandbox/jeremy/4.4.0/locks/example lock.patch,1.5,1.6 Date: February 28, 2004 - 16:16 User: jeremy Update of /cvs/drupal-contrib/contributions/sandbox/jeremy/4.4.0/locks/example In directory phoenix.zind.net:/tmp/cvs-serv4617 Modified Files: lock.patch Log Message: proper patch. ---------------------------------------------------------------------- File: contributions/sandbox/jeremy/4.4.0/locks/example lock.patch,1.4,1.5 README,1.3,1.4 Date: February 28, 2004 - 16:12 User: jeremy Update of /cvs/drupal-contrib/contributions/sandbox/jeremy/4.4.0/locks/example In directory phoenix.zind.net:/tmp/cvs-serv4275 Modified Files: lock.patch README Log Message: - updated with latest version of lock.inc (required no code changes -- just bringing in latest lock.inc) - resynchronized with CVS HEAD ---------------------------------------------------------------------- File: contributions/sandbox/jeremy/4.4.0/locks lock.inc,1.13,1.14 Date: February 28, 2004 - 16:04 User: jeremy Update of /cvs/drupal-contrib/contributions/sandbox/jeremy/4.4.0/locks In directory phoenix.zind.net:/tmp/cvs-serv3966 Modified Files: lock.inc Log Message: - fixed typo in lock_db_renew() ---------------------------------------------------------------------- File: contributions/sandbox/jeremy/4.4.0/locks lock.inc,1.12,1.13 lock.mysql,1.2,1.3 locktest.php,1.3,1.4 Date: February 28, 2004 - 15:56 User: jeremy Update of /cvs/drupal-contrib/contributions/sandbox/jeremy/4.4.0/locks In directory phoenix.zind.net:/tmp/cvs-serv2778 Modified Files: lock.inc lock.mysql locktest.php Log Message: - switched from time() to microtime() We used to sleep(2) to cover a 1 second race window, now the window is .00000001 seconds, so we can safely remove the sleep (overhead in the php code is enough to cover this window) - updated loctest.php will pound your CPU trying to get locks as fast as it possibly can -- run multiple instances to verify in your own mind that lock.inc works. - update to microtime() required change to lock.mysql -- be sure to update your database if updating lock.inc from an older version ---------------------------------------------------------------------- File: contributions/modules/navigation INSTALL,1.2,1.3 navigation.module,1.2,1.3 Date: February 28, 2004 - 15:14 User: weitzman Update of /cvs/drupal-contrib/contributions/modules/navigation In directory phoenix.zind.net:/tmp/cvs-serv1690 Modified Files: INSTALL navigation.module Log Message: a few minor documentation and code improvements. i'd love to see an option to have rollover menus like those that ax just demonstrated (http://drupal.org/node/view/5943) also the TODO which enables role based display of tabs is very valuable (hint hint). ---------------------------------------------------------------------- File: contributions/sandbox/jeremy/4.4.0/locks lock.inc,1.11,1.12 locktest.php,1.2,1.3 Date: February 28, 2004 - 14:31 User: jeremy Update of /cvs/drupal-contrib/contributions/sandbox/jeremy/4.4.0/locks In directory phoenix.zind.net:/tmp/cvs-serv300 Modified Files: lock.inc locktest.php Log Message: - removed usage of db_error() - cleaned up test script to work with recent lock.inc parameter changes ---------------------------------------------------------------------- |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | [feature] Add "next new topic" link to forum topic view: 01034, jik |
|---|---|
| Next by Date: | [bug] Pushbutton IE6 and Background Arrow: 01034, MegaGrunt |
| Previous by Thread: | cvs log messagesi: 01034, no-reply |
| Next by Thread: | cvs log messages: 01034, no-reply |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |