|
cvs log messages: msg#00514php.drupal.devel
File: contributions/modules/filestore2 filestore2.module,1.4,1.5 Date: February 12, 2004 - 04:09 User: gordon Update of /cvs/drupal-contrib/contributions/modules/filestore2 In directory phoenix.zind.net:/tmp/cvs-serv14361 Modified Files: filestore2.module Log Message: - add logging of downloads with watchdog ---------------------------------------------------------------------- File: contributions/modules/jsdomenu jsdomenu.module,1.2,1.3 Date: February 12, 2004 - 03:46 User: nedjo Update of /cvs/drupal-contrib/contributions/modules/jsdomenu In directory phoenix.zind.net:/tmp/cvs-serv12501/modules/jsdomenu Modified Files: jsdomenu.module Log Message: minor tweaks to file naming in jsdomenu module; fixed reference error for menu arrows in alternate config file. ---------------------------------------------------------------------- File: contributions/modules/jsdomenu/lib alt1_arrow.png,NONE,1.1 alt1_arrow_o.png,NONE,1.1 alt1_jsdomenu.config.js,NONE,1.1 alt1_jsdomenu.css,NONE,1.1 alt2_arrow.png,NONE,1.1 alt2_arrow_o.png,NONE,1.1 alt2_jsdomenu.config.js,NONE,1.1 alt2_jsdomenu.css,NONE,1.1 alt1jsdomenu.css,1.1,NONE alt2arrow.png,1.1,NONE alt2arrow_o.png,1.1,NONE alt2jsdomenu.css,1.2,NONE altarrow.png,1.1,NONE altarrow_o.png,1.1,NONE jsdomenu.configalt1.js,1.1,NONE jsdomenu.configalt2.js,1.1,NONE jsdomenu.inc.js,1.1,NONE Date: February 12, 2004 - 03:46 User: nedjo Update of /cvs/drupal-contrib/contributions/modules/jsdomenu/lib In directory phoenix.zind.net:/tmp/cvs-serv12501/modules/jsdomenu/lib Added Files: alt1_arrow.png alt1_arrow_o.png alt1_jsdomenu.config.js alt1_jsdomenu.css alt2_arrow.png alt2_arrow_o.png alt2_jsdomenu.config.js alt2_jsdomenu.css Removed Files: alt1jsdomenu.css alt2arrow.png alt2arrow_o.png alt2jsdomenu.css altarrow.png altarrow_o.png jsdomenu.configalt1.js jsdomenu.configalt2.js jsdomenu.inc.js Log Message: minor tweaks to file naming in jsdomenu module; fixed reference error for menu arrows in alternate config file. ---------------------------------------------------------------------- File: contributions/modules/themedev/themedev-css abused.css,NONE,1.1 deprecated-xhtml1strict.css,NONE,1.1 lists.css,NONE,1.1 skeletal.css,NONE,1.1 table.css,NONE,1.1 usability.css,NONE,1.1 Date: February 12, 2004 - 01:41 User: adrinux Update of /cvs/drupal-contrib/contributions/modules/themedev/themedev-css In directory phoenix.zind.net:/tmp/cvs-serv4448/themedev/themedev-css Added Files: abused.css deprecated-xhtml1strict.css lists.css skeletal.css table.css usability.css Log Message: First public release of themedev diagnostic css module. ---------------------------------------------------------------------- File: contributions/modules/themedev CREDITS,NONE,1.1 INSTALL,NONE,1.1 README,NONE,1.1 TODO,NONE,1.1 themedev.module,NONE,1.1 Date: February 12, 2004 - 01:41 User: adrinux Update of /cvs/drupal-contrib/contributions/modules/themedev In directory phoenix.zind.net:/tmp/cvs-serv4448/themedev Added Files: CREDITS INSTALL README TODO themedev.module Log Message: First public release of themedev diagnostic css module. ---------------------------------------------------------------------- File: contributions/modules/themedev/themedev-css - New directory Date: February 12, 2004 - 01:37 User: adrinux Update of /cvs/drupal-contrib/contributions/modules/themedev/themedev-css In directory phoenix.zind.net:/tmp/cvs-serv4175/themedev-css Log Message: Directory /cvs/drupal-contrib/contributions/modules/themedev/themedev-css added to the repository ---------------------------------------------------------------------- File: contributions/modules/themedev - New directory Date: February 12, 2004 - 01:34 User: adrinux Update of /cvs/drupal-contrib/contributions/modules/themedev In directory phoenix.zind.net:/tmp/cvs-serv3861/themedev Log Message: Directory /cvs/drupal-contrib/contributions/modules/themedev added to the repository ---------------------------------------------------------------------- File: contributions/sandbox/killes locale.mysql,NONE,1.1 Date: February 12, 2004 - 00:46 User: killes Update of /cvs/drupal-contrib/contributions/sandbox/killes In directory phoenix.zind.net:/tmp/cvs-serv32431 Added Files: locale.mysql Log Message: mysql definitions for new locale.module ---------------------------------------------------------------------- File: contributions/sandbox/killes locale.module,1.17,1.18 update.php,1.3,1.4 Date: February 12, 2004 - 00:20 User: killes Update of /cvs/drupal-contrib/contributions/sandbox/killes In directory phoenix.zind.net:/tmp/cvs-serv30551 Modified Files: locale.module update.php Log Message: bug fixes, database changes, ... ---------------------------------------------------------------------- File: contributions/modules/trip_search trip_search.module,1.7,1.8 Date: February 11, 2004 - 21:00 User: weitzman Update of /cvs/drupal-contrib/contributions/modules/trip_search In directory phoenix.zind.net:/tmp/cvs-serv9121 Modified Files: trip_search.module Log Message: much cleaner code. results now incude mini-teasers .. paging still needs a bit of work. now offers a proper trip_search() hook for modules to insert their own search results. I am using this hook to query and present results from a my company's MS Index Server. ---------------------------------------------------------------------- File: drupal/includes common.inc,1.321,1.322 Date: February 11, 2004 - 20:21 User: dries Update of /cvs/drupal/drupal/includes In directory phoenix.zind.net:/tmp/cvs-serv3654/includes Modified Files: common.inc Log Message: - Patch 4902 by Goba: + only adds an optional parameter to url() and l(), so individual links can be set to be absolute + modifies drupal_goto() to accept the parameters of url() without the $absolute parameter, so cleaner invocations can be used + rework of some code in node_feed, making it much better to look at (the current code uses foreach with an immediate brake to get the first key of the associative array, geeeeez) + added xml:base to the rss tag generated by node_feed() + set all user mail URLs to be absolute + fix a small fragmented URL in user.module ---------------------------------------------------------------------- File: drupal/modules comment.module,1.218,1.219 forum.module,1.164,1.165 node.module,1.332,1.333 user.module,1.300,1.301 Date: February 11, 2004 - 20:21 User: dries Update of /cvs/drupal/drupal/modules In directory phoenix.zind.net:/tmp/cvs-serv3654/modules Modified Files: comment.module forum.module node.module user.module Log Message: - Patch 4902 by Goba: + only adds an optional parameter to url() and l(), so individual links can be set to be absolute + modifies drupal_goto() to accept the parameters of url() without the $absolute parameter, so cleaner invocations can be used + rework of some code in node_feed, making it much better to look at (the current code uses foreach with an immediate brake to get the first key of the associative array, geeeeez) + added xml:base to the rss tag generated by node_feed() + set all user mail URLs to be absolute + fix a small fragmented URL in user.module ---------------------------------------------------------------------- File: drupal/themes/xtemplate xtemplate.css,1.52,1.53 xtemplate.theme,1.50,1.51 xtemplate.xtmpl,1.34,1.35 Date: February 11, 2004 - 20:11 User: dries Update of /cvs/drupal/drupal/themes/xtemplate In directory phoenix.zind.net:/tmp/cvs-serv2081/themes/xtemplate Modified Files: xtemplate.css xtemplate.theme xtemplate.xtmpl Log Message: - Patch 5789 by TDobes: added avatar support to the Xtemplate theme. ---------------------------------------------------------------------- File: drupal CHANGELOG,1.93,1.94 Date: February 11, 2004 - 20:11 User: dries Update of /cvs/drupal/drupal In directory phoenix.zind.net:/tmp/cvs-serv2081 Modified Files: CHANGELOG Log Message: - Patch 5789 by TDobes: added avatar support to the Xtemplate theme. ---------------------------------------------------------------------- File: contributions/sandbox/killes locale.module,1.16,1.17 Date: February 11, 2004 - 15:38 User: killes Update of /cvs/drupal-contrib/contributions/sandbox/killes In directory phoenix.zind.net:/tmp/cvs-serv6976 Modified Files: locale.module Log Message: bugfix in plural parser. ---------------------------------------------------------------------- |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | [bug] Poll Radio Buttons Need Labels: 00514, MegaGrunt |
|---|---|
| Next by Date: | Taxonomy t() proposed to Drupal developers: 00514, Michael Lessard |
| Previous by Thread: | cvs log messagesi: 00514, no-reply |
| Next by Thread: | cvs log messages: 00514, no-reply |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |