- 10 Jul, 2003 1 commit
-
-
Dries authored
- Committed a slightly modified version of Slavica's table prefix patch.
-
- 08 Jul, 2003 1 commit
-
-
Dries authored
Patch by Bart Jansens.
-
- 28 Jun, 2003 1 commit
-
- 27 Jun, 2003 1 commit
-
-
Dries authored
and the request will be terminated when something suspicious is detected. This will be logged in the watchdog. With help from Marco. - Fixed translation issue in the archive module. Patch by Gerhard. - Removed dead parameter from variable_get(). Patch by Chris Johnson. Fixes bug #2111. - Improved input checking of taxonomy module. Patch by Gerhard. Fixes bug #2112.
-
- 24 Jun, 2003 1 commit
-
-
Dries authored
by Simon, patch by Gerhard. - Improvement: synchronized the import module help with the version on drupal.org.
-
- 22 Jun, 2003 1 commit
-
-
Dries authored
- Bugfix: fixed the character when importing news feeds. Reported at http://drupal.org/node/view/2036.
-
- 16 Jun, 2003 1 commit
-
- 15 Jun, 2003 2 commits
-
-
Dries authored
- Improvements: XHTML-ifications. Patch by GmbH.
- 08 Jun, 2003 2 commits
-
- 05 Jun, 2003 1 commit
-
-
Dries authored
- Bugfix: better charset support for non-ISO-8859-1 languages. Patch 0029.charset.fixes.patch by Al. Could East Asia test this please. - Bugfix: made the "moderate" field behave. Patch 0030.queue.module.help.and.settings.form.patch by Al. - Documentation: revised a large part of the help texts / documentation! Al's 0024.* patches. - Documentation: added a glossary to the help module. Patch 0025.help.module.glossary.patch by Al and Michael. - Usability: first step towards unifying the terminology used in the cloud module. Patch by 0028.site.cloud.rationalize.name.patch Al. - Usability + CSS improvements: revamped the node form and removed all tables. Patch 0027.node.form.rewrite.patch by Al. - CSS improvements: patch 0026.admin.css.small.improvement.patch by Al. - Updated the MAINTAINERS file.
-
- 04 Jun, 2003 1 commit
-
-
Dries authored
- Bugfix: renamed the SQL field 'types' to 'nodes' because 'types' is a reserved keyword in MySQL 4. This fixes critical bug #1618. Patch by Marco. ==> This fix requires to run update.php! - Bugfix: made sessions work without warnings when register_globals is turned off. The solution is to use $_SESSION instead of session_register(). This fixes critical bug #1797. Patch by Marco. - Bugfix: sometimes error messages where being discarded when previewing a node. Patch by Craig Courtney. - Bugfix: fixed charset problems. This fixes critical bug #1549. Patch '0023.charset.patch' by Al. - Code improvements: removed some dead code from the comment module. Patch by Marco. - Documentation improvements: polished the node module help texts and form descriptions. Patch '0019.node.module.help.patch' by Al. - CSS improvements all over the map! Patch '0021.more.css.patch' by Al. - GUI improvements: improved the position of Druplicon in the admin menu. Patch '0020.admin.logo.patch' by Al. - GUI improvements: new logos for theme Marvin and theme UnConeD. Logos by Kristjan Jansen. - GUI improvements: small changes to the output emitted by the profile module. Suggestions by Steven Wittens. - GUI improvements: small fixes to Xtemplate. Patch '0022.xtemplate.css.patch' by Al. TODO: - Some modules such as the buddy list module and the annotation module in the contributions repository are also using session_register(). They should be updated. We should setup a task on Drupal. - There is code emitting '<div align="right">' which doesn't validate. - Does our XML feeds validate with the charset changes? - The forum module's SQL doesn't work properly on PostgreSQL.
-
- 30 May, 2003 1 commit
-
-
Dries authored
Patch by Al: - Made the import module use theme_item_list() instead of emitting the HTML and CSS itself. - Renamed the "blog-it" tag to "icon" so it can be used for other (but similar) purposes.
-
- 29 May, 2003 3 commits
-
-
Dries authored
- More CSS updates and fixes. Patch by Al.
-
Dries authored
- Al's CSS patches. This commit improves the themability of some core components such as lists, form items, removes an ugly hack from the archive module and should fix the poll problem (although it doesn't Opera/Konqueror).
-
Dries authored
- Michael Frankowski's excellent help text improvements!
-
- 13 May, 2003 1 commit
-
-
Dries authored
- Fixed a typo in the PostgreSQL database scheme. Patch by Michael Frankowski. - Fixed a typo in the MSSQL database scheme. Patch by Michael Frankowski. - Removed dependency on "register_globals = on"! Patches by Michael Frankowski. Notes: + Updated the patches to use $foo["bar"] instead of $foo['bar']. + Updated the INSTALL and CHANGELOG files as well. - Tiny improvement to the "./scripts/code-clean.sh" script.
-
- 07 May, 2003 1 commit
-
-
Dries authored
- Applied Michael Caerwyn's "%s -> %d" patch. - Changed all occurences of '%d' to %d as suggested on the mailing list.
-
- 28 Apr, 2003 1 commit
-
-
Dries authored
- News items are now filtered using node_filter() instead of filter(). This stops the other filters (such as textile) from kicking in and messing with the data. Reported by Gary.
-
- 21 Apr, 2003 1 commit
-
-
Dries authored
- Fixed some PHP "notices".
-
- 20 Apr, 2003 1 commit
-
- 19 Apr, 2003 2 commits
-
-
Dries authored
- Applied modified version of Al's "block delta" patch. I left out the blogroll feature as I think it would get very confusing. I don't mind to add it but it need some thought and documentation as it somewhat conflicts with the existing cloud module. These changes require you to run update.php.
-
Dries authored
- Fixed bug with empty <title>-tags. Reported by Gary Lawrence Murphy. - Fixed bug with "add new feed" and "add new bundle" forms. It would display the edit forms as well due to a missing break-statement.
-
- 01 Apr, 2003 1 commit
-
-
Dries authored
- Changed the import and taxonomy module to use better URLs. Patches by Al. - Fixed locale module weirdness. Patch by Kjartan.
-
- 29 Mar, 2003 1 commit
-
-
Dries authored
- Fixed some SQL query directives.
-
- 23 Mar, 2003 4 commits
-
-
Dries authored
-
Dries authored
-
Dries authored
- Bugfix: ignore "textinput" and "image" tags, for now. Reported by Al Maw.
-
Dries authored
rather then a set of regular expressions. Solves Debian bug #184252: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=184252 - Fixes some invalid db_query_range() queries. This solves bug #1287: http://drupal.org/node/view/1387 - Fixed the use of '%d' and '%s' in some queries. - Fixed some translation bugs. - Improved error/status reporting.
-
- 16 Mar, 2003 1 commit
-
-
Dries authored
- All LIMIT queries must go through the pager or through db_query_range(). The syntax for db_query_range() was enhanced so it matches db_query(). So you may pass extra arguments of the SQL statement which are checked via check_query() and then substituted into the SQL statement. After these optional arguments, you always pass $from and $count parameters which define your range. Most often, the $from is 0 and the count is the max number of records you want returned. Patch by Moshe. - The pager_query() function for PEAR was enhanced so that it adds proper GROUP BY statement counting the number of records to be paged. Patch by James Arthur. - MSSQL database scheme by Moshe.
-
- 13 Mar, 2003 2 commits
- 08 Mar, 2003 1 commit
-
-
Dries authored
- Bugfix to make parsing http://www.veganporn.com/syndicate-j.pl work. Patch by Trent.
-
- 05 Mar, 2003 1 commit
-
-
Dries authored
- Fixed the links in the admin menu. Patch by Ax.
-
- 20 Feb, 2003 1 commit
-
-
Dries authored
- New menu houskeeping. Prototyped by Zbynek. The following modules need updating: * glossary module * feed module (Breyten's version) * mailhandler module * notify module * project module * smileys module * admin module * style module * taxonomy_dhtml module To avoid unexpected problems menu_add() is deprecated (it will print an error message when used) and menu() should be used instead.
-
- 15 Feb, 2003 1 commit
-
-
Dries authored
- Everything is using theme("function") now instead of $theme->function().
-
- 11 Feb, 2003 1 commit
-
- 23 Jan, 2003 1 commit
-
-
Dries authored
- Added missing t() function. Patch by Stefan.
-
- 21 Jan, 2003 1 commit
-
-
Dries authored
- Applied Ori's format_plural() patch; see mailing list for details. NOTE: some modules in the contributions repository might need to be updated.
-