- 26 Sep, 2003 1 commit
-
-
Dries authored
- Committed the admin menu integration patch. Thanks Adrian, Stefan and others.
-
- 23 Sep, 2003 1 commit
-
- 19 Sep, 2003 1 commit
-
-
Dries authored
- Committed a partial administration page integration patch.
-
- 03 Sep, 2003 1 commit
-
-
Dries authored
-
- 30 Aug, 2003 1 commit
-
- 21 Aug, 2003 1 commit
-
-
Dries authored
- Updated the locale module to the new help system. Patch from Michael.
-
- 10 Jul, 2003 1 commit
-
-
Dries authored
- Committed a slightly modified version of Slavica's table prefix patch.
-
- 09 Jul, 2003 1 commit
-
-
Dries authored
- Added a permalink to the Xtemplate theme. Requested by Scott. - Added pager support to the locale module.
-
- 17 Jun, 2003 1 commit
-
- 15 Jun, 2003 1 commit
-
- 12 Jun, 2003 1 commit
-
-
Dries authored
- Bugfix: charset fixes/clean-up. Patch #52 by Al. - Improvement: renamed some theme functions of the forum module for sake of consistency/readability. Patch #2 by Kristjan. - Improvement: usability improvements to the Xtemplate theme. Patch #3 by Kristjan. - Improvement: CSS'ified the book module pages. Patch #3 by Al. (I simplified the "l ocation" part. Al's approach gave you a bit more power but I'm not sure anyone wants to change that. Besides, this will change as soon we integrate the menu system so I kept it easy for now.)
-
- 11 Jun, 2003 1 commit
-
-
Dries authored
- Bugfix: fixed the CREATE FUNCTION in database.mssql as it needs to be prefixed with GO for some obscure reason. Patch by Kjartan. - Bugfix: fixed the defaults for blocks in database.mssql so the NOT NULL fields get values. Patch by Kjartan. - Bugfix: changed check_form() to use htmlspecialchars() instead of drupal_specialchars() as this caused Drupal to emit incorrect form items in presence of quotes. Example: <input type="submit" class="form-submit" name="op" value="Submit "top nodes" block changes" /> IMO, drupal_specialchars() is better called xmlspecialchars() to avoid confusion. - Bugfix: when an anonymous user visits a site, they shouldn't see any content (except the login block, if it is enabled) unless they have the "access content" permissions. Patch by Matt Westgate. - Improvement: improved the error checking and the error messages in the profile module. Updated the code to match the Drupal coding conventions. Modified patch from Matt Westgate. - Improvement: don't generate the <base href=""> tag in the base theme; it is already emitted by theme_head(). Patch by Kristjan. - Improvement: don't execute any SQL queries when checking the permissions of user #1. Patch by Kjartan. - Improvement: made a scalable layout form that works in IE and that behaves better with narrow themes. Part of patch #51 by Al. - Improvement: removed some redundant print statements from the comment module. Modified patch from Craig Courtney.
-
- 05 Jun, 2003 1 commit
-
-
Dries authored
- More charset patches by Al.
-
- 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.
-
- 02 Jun, 2003 1 commit
-
-
Dries authored
- Removed the module field from the locale search form. It won't work and there is no easy replacement. - Wrapped the strings in htmlentities() such that one can see the HTML.
-
- 29 May, 2003 1 commit
-
-
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.
-
- 22 Apr, 2003 1 commit
-
-
Dries authored
- Added admin description suggested by Gunnar (slightly modified).
-
- 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.
-
- 26 Feb, 2003 1 commit
-
-
Dries authored
1) Even when string is not translated, put it in the cache and save a query for each untranslated string. 2) When there is no cache, create one.
-
- 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.
-
- 21 Jan, 2003 1 commit
-
-
Dries authored
-
- 06 Jan, 2003 1 commit
-
-
Dries authored
- Clean URL patch.
-
- 31 Dec, 2002 1 commit
-
-
Dries authored
- Tidied up the use of check_output(). Might make rendering pages a bit snappier (performance improvement).
-
- 29 Dec, 2002 1 commit
-
-
Dries authored
- Usability improvement: made the locale module tables use the new table rendering functions. - Usability improvement: a couple of strings could not be translated.
-
- 24 Dec, 2002 1 commit
-
-
Dries authored
- Refactored the administration pages.
-
- 11 Dec, 2002 1 commit
-
-
Dries authored
Applied patch by Natrak: - page_header() now adds Last-Modified and ETag http headers. - When running PHP as an Apache module page_header() will check the HTTP headers for conditional gets, and will only push the content when it fails. (Works for html and xml pages as they are all cached). Note: this is a PHP limitation, so until PHP makes it work for other web servers this won't work for them. - Added created field to cache database to hold the timestamp when the cache was created. - Changed cache_get() to return an object with ->data and ->created. - Update forum and locale modules.
-
- 29 Oct, 2002 1 commit
-
-
Dries authored
- Applied Stefaan's locale patches. The statistics.module patch failed to apply.
-
- 08 Sep, 2002 1 commit
-
-
Kjartan authored
-
- 20 Jun, 2002 1 commit
-
-
Dries authored
1. The locale admin menu items 'untranslated "langcode" strings' 'translated "langcode" strings' were not properly localized. 2. When inserting new locale strings the uri which generated the new string was not properly set (the 'location' field in locale table). Patch by Ori.
-
- 09 Jun, 2002 1 commit
-
-
Dries authored
- Documentation update: "%s/ drupal / Drupal /cg". In documentation we prefer "Drupal" instead of "drupal".
-
- 08 Jun, 2002 2 commits
-
-
Kjartan authored
- removed admin options for queue and comment module if the modules are not loaded. - nodes are now auto promoted when queue module isn't enabled. - moderation result block is now visible by the node author.
-
Dries authored
- Removed the redundant option to enable or disable the locale module.
-
- 01 Jun, 2002 1 commit
-
-
Kjartan authored
- fixed comment flat list view missing 1 comment. - changed update.php around a bit. * security check isn't in effect if the db hasn't been updated. * instructions re-organized. * fixed some minor updates. - updated database.mysql done by UnConeD. - changelog update.
-
- 20 May, 2002 1 commit
-
-
Steven Wittens authored
Added a piece of code to insert common strings (currently weekdays and month-names) into the locale table. It's triggered whenever you visit the locale admin pages, but executes only once.
-
- 22 Apr, 2002 1 commit
-
-
Kjartan authored
* fixed mails not being parsed properly. * tracker now shows user name when you view your own recent comments. * link to submission queue now points to the right place. * fixed jabber module. * theme is now activated when changed. - applied Gerhards coding style patch.
-
- 20 Apr, 2002 1 commit
-
-
Dries authored
- Applied Marco's big patch, including contributions from Moshe: + Changed the db_query() API. + Wrapped all links in l(), lm(), la(), ..., drupal_url() functions. + XHTML-ified some HTML. + Wrapped a lot of text in the administrative pages in a t() function. + Replaced all $REQUEST_URI/$PATH_INFOs by request_uri(). + Small bugfixes (eg. bug in book_export_html() and clean-ups (eg. RSS code). + Fixed some bugs in the taxonomy module (eg. tree making bug), added new functionality (eg. new APIs for use by other modules), included Moshe's taxonomy extensions, and some documentation udpates. + ...
-
- 12 Jan, 2002 1 commit
-
-
Dries authored
- Applied Marco's locale improvements / clean-ups.
-
- 05 Jan, 2002 1 commit
-
-
Dries authored
- Integrated Marco's locale patch.
-