- 21 Aug, 2003 1 commit
-
-
Dries authored
- Applied Moshe's tablesort patch! Note that I changed the arrow images because those of Moshe where not identical.
-
- 12 Aug, 2003 2 commits
-
-
Kjartan authored
- Applied modified version of mathias' 0073 patch: node form name. $params["options"] is now an array so some contrib modules might need minor changes. - Applied mathhias' 0074 patch: missing access check on who is new block.
-
- 02 Aug, 2003 1 commit
-
-
Dries authored
- Added more filters and support for "mass-operations" to the node overview page in the admin section. Comments?
-
- 31 Jul, 2003 2 commits
- 26 Jul, 2003 1 commit
-
-
Dries authored
- Applied Moshe's 007 patch: "read more" and author optimizations.
-
- 21 Jul, 2003 1 commit
-
-
Dries authored
- Fixed node_save() and user_save() bug introduced by table prefix changes. Modified patches from Gerhard. - Changed the order of the checks in node_teaser(). Patch from Kobus.
-
- 16 Jul, 2003 2 commits
- 12 Jul, 2003 1 commit
-
-
Dries authored
- Performance improvement: changed a fair amount of "left joins" to "inner joins". Patch by Gerhard.
-
- 10 Jul, 2003 1 commit
-
-
Dries authored
- Committed a slightly modified version of Slavica's table prefix patch.
-
- 02 Jul, 2003 1 commit
-
- 01 Jul, 2003 1 commit
-
-
Dries authored
- Improvement: don't perform XSS checks for trusted users. Trusted users are those that have the "bypass input data check" permission set. Should address bug #2147. - Improvement: simplified index.php and modules/admin.module. - Bugfix: fixed broken links in bloggerapi documentation. Patch by Chris Johnson. Fixes bug #2030. - Bugfix: fixed the date shown on a book module preview. Reported as part of bug #2097. - Bugfix: fixed broken URL in the book module documentation.
-
- 30 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
-
- 15 Jun, 2003 1 commit
-
-
Dries authored
- Improvements: XHTML-ifications. Patch by GmbH.
-
- 13 Jun, 2003 1 commit
-
-
Dries authored
- Bugfix: small Xtemplate fixes. Patch by Ax. (Slightly modified.) - Bugfix: block patch fix. Patch by Gerhard. - Bugfix: fixed broken URL in ping. Patch by Gerhard. (This should fix the problems shown on http://www.blo.gs/info.php?id=1515.) - Improvement: added better password generator. Patch #1 by Al. Fixes bug #1935. - Improvement: performance improvement to the blog module. Patch by Marco.
-
- 08 Jun, 2003 2 commits
-
-
Dries authored
- Fixed two broken links in the "administration > content management > post overview" page.
-
- 06 Jun, 2003 1 commit
-
-
Dries authored
- Removed a bogus check_input().
-
- 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.
-
- 03 Jun, 2003 1 commit
-
-
Dries authored
- Usability improvements to the node form. Patch by Al. Will incorporate some of Moshe's node form work later on. TODO: - I just spotted a problem with the promote field; it does not seem to be "sticky" when you click the preview button. I checked and this was also the case prior to applying this patch.
-
- 01 Jun, 2003 1 commit
-
-
Dries authored
Removed node_get_node_from_nid() and modified node_load() to take an optional 2nd arguments to return a specified revision. Patch be Kjartan.
-
- 31 May, 2003 1 commit
-
-
Dries authored
- Committed Al's rollback fixes and the title improvements. Thanks again.
-
- 29 May, 2003 1 commit
-
-
Dries authored
- Michael Frankowski's excellent help text improvements!
-
- 28 May, 2003 1 commit
-
- 26 May, 2003 2 commits
- 25 May, 2003 1 commit
-
-
Dries authored
- Undid Kjartan's latest change (it breaks the feeds) and fixed it properly.
-
- 24 May, 2003 2 commits
- 23 May, 2003 1 commit
-
- 19 May, 2003 1 commit
-
-
Dries authored
- Some fields can be passed through the $_GET array (eg. to make the "blog it" modules work). Patch by Ax.
-
- 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.
-
- 10 May, 2003 1 commit
-
-
Dries authored
- Added an option to make "node previews" optional. Patch by n8. See "site configuration > modules > node".
-
- 02 May, 2003 1 commit
-
-
Dries authored
- Fixed the function prototypes of the newly introduced theme_user_list(), theme_node_list(), and theme_menu_list(). This will fix the excessive gap between lists and avoids generating empty <b></b> constructs.
-
- 29 Apr, 2003 1 commit
-
-
Dries authored
- Committed Adrian's item patch. It would be nice if one or more of the standard themes could be updated to demonstrate the possibilities.
-