Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Add missing url()s around form actions (these would break without clean URLs) | Steven Wittens | 2005-11-13 |
| | |||
* | - Patch #35644 by webchick: forms API simplificiations. | Dries Buytaert | 2005-11-12 |
| | |||
* | - SQL query maintenance: '%d' -> %d. | Dries Buytaert | 2005-11-12 |
| | |||
* | - #22850: Search query containing / results in 404 on clean URLs. | Steven Wittens | 2005-10-21 |
| | |||
* | - #33433: More form API fixes, and error handling improvements by Chx. | Steven Wittens | 2005-10-13 |
| | |||
* | - Patch #33752 by chx, adrian, et al: another batch of form API changes/fixes. | Dries Buytaert | 2005-10-11 |
| | |||
* | - Removing tabs and trailing whitespaces. | Dries Buytaert | 2005-10-07 |
| | |||
* | - Patch #29465: new form API by Adrian et al. | Dries Buytaert | 2005-10-07 |
| | | | | | | | TODO: + The contact.module was broken; a new patch for contact.module is needed. + Documentation is needed. + The most important modules need to be updated ASAP. | ||
* | - Patch #28786 by Neil: move pagers out of table. | Dries Buytaert | 2005-09-24 |
| | |||
* | - Patch #29385 by chx: no ?> add end of files. | Dries Buytaert | 2005-08-25 |
| | |||
* | - #11689: Fix locale import location cutting off thingie. | Steven Wittens | 2005-07-29 |
| | |||
* | - #27668: Replace deprecated tags/attributes with XHTML/CSS in locale. | Steven Wittens | 2005-07-29 |
| | | | | - (#15121) Improve string cut-off for locale table | ||
* | - Patch #27003 by Neil: use named constants instead of strings | Dries Buytaert | 2005-07-23 |
| | |||
* | - Patch #25603 by Stefan: made the sizes of forms consistent. | Dries Buytaert | 2005-06-27 |
| | | | | TODO: document the defaults in the PHPdoc comments. | ||
* | - Patch #22307 by Robert: added missing ')' | Dries Buytaert | 2005-05-10 |
| | |||
* | - Patch #15595 by Stefan and Djun: improved status messages. | Dries Buytaert | 2005-05-05 |
| | | | | | TODO: we should write down a couple guidelines for these document them in the PHPDoc code of drupal_set_message()! . | ||
* | - Patch #21249 by patryk: made SQL query work with PostgreSQL by correcting ↵ | Dries Buytaert | 2005-04-25 |
| | | | | a 'GROUP BY'-clause. | ||
* | - #19873: drupal_specialchars -> check_plain | Steven Wittens | 2005-04-02 |
| | |||
* | - Patch #19739 by Uwe: corrected many typo's in the documentation and code ↵ | Dries Buytaert | 2005-03-31 |
| | | | | comments | ||
* | - #18817: Clean up plain-text checking (see drupal-devel!) | Steven Wittens | 2005-03-31 |
| | |||
* | - Patch #13260 by UnConeD: watchdog module improvements. | Dries Buytaert | 2005-01-09 |
| | | | | | | | | | | We added a 'severity' column to watchdog(): watchdog($type, $message, $link) --> watchdog($type, $message, $severity, $link); * Specify a severity in case you are reporting a warning or error. * The $link-parameter is now the fourth parameter instead of the third. TODO: document this in the upgrade guide. | ||
* | - Patch 13180 by chx: renamed check_query() to db_escape_string() and ↵ | Dries Buytaert | 2004-11-21 |
| | | | | | | implemtented it properly per database backend. Read the manual for pg_escape_string: "Use of this function is recommended instead of addslashes()." Or read sqlite_escape_string: "addslashes() should NOT be used to quote your strings for SQLite queries; it will lead to strange results when retrieving your data." | ||
* | #12146: Improve locale import/export messages (Stefan) | Steven Wittens | 2004-10-26 |
| | |||
* | - Patch #11728 by Uwe Hermann: fixed some typos in the code comments, ↵ | Dries Buytaert | 2004-10-19 |
| | | | | | | Doxygen documentation and screen output. Uwe: I dropped the 'iff' chunks as 'iff' stands for 'if and only if'. | ||
* | #7289: locale import fixes | Steven Wittens | 2004-10-16 |
| | |||
* | - Patch #11431 by Gerhard: made sure no empty strings are exported + ↵ | Dries Buytaert | 2004-10-11 |
| | | | | replaced some double quotes by single quotes. | ||
* | - Patch #11312 by killes: fixed problems with menu caching. | Dries Buytaert | 2004-10-06 |
| | |||
* | - Patch #11312 by Killes: rebuild the menu after importing a PO file. | Dries Buytaert | 2004-10-05 |
| | |||
* | - Patch #10472 by Gerhard and Steven: fixed bug when paging through the ↵ | Dries Buytaert | 2004-09-20 |
| | | | | search results of the locale module. | ||
* | #10859: Locale string duplication bug. | Steven Wittens | 2004-09-19 |
| | |||
* | - Patch #10859 by Gerhard: another attempt at fixing duplicate locale strings. | Dries Buytaert | 2004-09-16 |
| | |||
* | - Patch #10859 by killes: importing more than one po file could cause your ↵ | Dries Buytaert | 2004-09-15 |
| | | | | database to contain more than one version of the source or the target string. | ||
* | Changing the chinese POSIX language tags to RFC 1766 (underscore to hyphen). | Steven Wittens | 2004-09-09 |
| | |||
* | - Moved some documentation around and fixed a missing translation. | Dries Buytaert | 2004-09-08 |
| | |||
* | - Patch #10622 by Adrian: fixes various PostgreSQL related problems. | Dries Buytaert | 2004-09-08 |
| | | | | | | | | | | | | | 1) Menu problems with Postgres (this is a highly critical 1 line fix) 2) Archive module fails with Postgres 3) Postgres setup problems - changes to database.pgsql (although i made these changes myself before finding this patch) 4) Book module fails with Postgres 5) Postgres problems following creation of a new type of user - which is actually about a taxonomy.module bug. 6) Creating accregator_item_table in PostgreSQL 7) Postgres - Polls not displayed on Poll Page 8) Blog module has sql errors with postgres This should not affect MySQL users (hopefully). | ||
* | - #9983: UI consistency patch. | Steven Wittens | 2004-08-27 |
| | |||
* | Locale: | Steven Wittens | 2004-08-21 |
| | | | | | | | - Fixing broken .po import (due to file.inc changes). - Do not show error notice on import page when no languages have been added (no longer necessary due to ability to add-and-import in one step). - Added a notice about importing possibly taking a while. - Raised the PHP execution time limit for importing (if not in safe mode, similar to cron.php). | ||
* | - Patch by JonBob: for consistency and readability, add brief descriptions ↵ | Dries Buytaert | 2004-08-21 |
| | | | | of each source file inside the @file comment block at the head of the file. This helps with Doxygen indexing, and also allows neophytes to see what a file does immediately on opening the source, regardless of the organization of the hooks. | ||
* | - Usability improvement: capitalize all header titles. | Dries Buytaert | 2004-08-20 |
| | |||
* | - Code improvements by Stefan: use capital letters for header titles (and ↵ | Dries Buytaert | 2004-08-19 |
| | | | | added some missing t() functions). | ||
* | - Code improvements by Stefan: made all status messages consistent (and ↵ | Dries Buytaert | 2004-08-18 |
| | | | | easier to translate). | ||
* | - Patch #9983 by Stefan: usability improvement: made sure all status ↵ | Dries Buytaert | 2004-08-16 |
| | | | | messages start with a capital letter. | ||
* | - Patch #10111 by Killes: fixed some SQL queries. | Dries Buytaert | 2004-08-16 |
| | |||
* | - Patch #9983 by Stefan: various code style improvements. | Dries Buytaert | 2004-08-12 |
| | |||
* | - New locale module thanks to Gerhard, Goba, Marco, Kristjan and others. | Dries Buytaert | 2004-08-11 |
| | | | | | | The new locale module provides every functionality on the web interface, so you don't need to edit the configuration files or add columns, when you add a new language. This module is an integration of the old locale and localegettext modules, plus a bunch of logic to parse Gettext Portable Object files (opposed to Machine Object files, as supported by localegettext). Note: I made some minor changes to the context-sensitive help texts and to some of the status messages. | ||
* | - Merged 3 tiny include files into "common.inc". | Dries Buytaert | 2001-12-27 |
| | |||
* | - A large batch of updates, amongst them a rewritten node system. More | Dries Buytaert | 2001-11-01 |
| | | | | information available on the mailing list. | ||
* | - added the CVS keyword $Id$ to all files to make future version tracking | natrak | 2001-10-20 |
| | | | | easier. Also changed the <? tag to <?php in some cases. | ||
* | - Added the new user module! | Dries Buytaert | 2001-09-16 |
| | |||
* | Changes | natrak | 2001-04-23 |
| | | | | | | | | | | | | | | - Fixed an error in module_rehash_blocks() that didn't handle '-symbols. - Removed some module depencies. Drupal will now run (sorta) even if there are no modules installed. - Changed theme_link() to check if certain modules are installed before offering a link to them. Todo - Check all SQL queries to make sure they are addslashes'ed correctly. - Check the effects of changing the PHP magic_quotes setting. - Make the theme_link() function to be customizable either via the admin page and/or in the module itself. |