Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #105309 by Gábor Hojtsy. Translate language name selection on user edit pages. | Neil Drumm | 2006-12-27 |
| | |||
* | #100563: Conditional loading of (some) module.css files | Steven Wittens | 2006-12-01 |
| | |||
* | #97824 by Gurpartap. Move enclosing elements outside of their t(). | Neil Drumm | 2006-11-26 |
| | |||
* | - Patch # #98366 by webchick and ac: simplified strings for translators. | Dries Buytaert | 2006-11-24 |
| | |||
* | - Patch #92992 by webchick and neclimdul: clean up documentation that is ↵ | Dries Buytaert | 2006-11-21 |
| | | | | superseded by the new 'by module' administration dashboard. | ||
* | - Patch #98359 by webchick and webernet: standardize on terminology: ↵ | Dries Buytaert | 2006-11-21 |
| | | | | 'website' and 'web page'. | ||
* | #98359 by webchick. Change 'web site' to more common usage, 'website.' | Neil Drumm | 2006-11-19 |
| | |||
* | - Patch #89454 by chx: made deleting a locale language work. | Dries Buytaert | 2006-10-23 |
| | |||
* | #84146: Use 'Sentence capitalization' for menu items, page titles, form ↵ | Steven Wittens | 2006-10-22 |
| | | | | items, etc | ||
* | #80867 by stefano73 and asimmonds. Fix editing and deleting locale strings. | Neil Drumm | 2006-10-04 |
| | |||
* | - Patch #80952 by earl, webchick, neclimdul et al: .info files | Dries Buytaert | 2006-08-31 |
| | |||
* | - Patch #72290 by killes: split up the cache table. | Dries Buytaert | 2006-08-30 |
| | |||
* | - Patch #77919 by chx, eaton, moshe, et al: enable programmaticaly submitted ↵ | Dries Buytaert | 2006-08-18 |
| | | | | forms via the pull model. | ||
* | #76802: Introduce placeholder magic into t() | Steven Wittens | 2006-08-18 |
| | | | | See: http://drupal.org/node/64279#t-placeholders | ||
* | #77183 by m3avrck and timcn, split up drupal.css by module. | Neil Drumm | 2006-08-14 |
| | |||
* | - Patch #77422 by timcn: corrected various paths in the documentation. | Dries Buytaert | 2006-08-07 |
| | |||
* | #73884 by RobRoy, various code cleanup. | Neil Drumm | 2006-08-05 |
| | |||
* | - Patch #72079 by Earl et al: give Drupal an overall administration page ... :-) | Dries Buytaert | 2006-07-31 |
| | |||
* | #71625 by keve, fix checking of an object exists. | Neil Drumm | 2006-07-19 |
| | |||
* | #61802 by Zen, Double spaced sentences clean up | Neil Drumm | 2006-05-07 |
| | |||
* | #52911, locale : fapi conversion + fixes, patch by Zen. | Gerhard Killesreiter | 2006-03-17 |
| | |||
* | - Patch #52324 by chx: fixed warnings when inserting locale strings. | Dries Buytaert | 2006-03-06 |
| | |||
* | - Patch #49912: www.drupal.org -> drupal.org. (Today's critical bugfix #5.) | Dries Buytaert | 2006-02-21 |
| | |||
* | - Patch #19444 by Gerhard: added missing initialization of array. | Dries Buytaert | 2006-02-01 |
| | |||
* | - Patch #44136 by riccardoR: can't enable more than one language. | Dries Buytaert | 2006-01-17 |
| | |||
* | - #41940: Locale string search broken in some cases (and remove some ↵ | Steven Wittens | 2006-01-05 |
| | | | | | | inappropriate db_escape_string() usage) - #43491: Missing drupal_goto() after saving settings | ||
* | - Patch #26139 by webchick / Kieran / documentation team: improved admin ↵ | Dries Buytaert | 2005-11-01 |
| | | | | help of core modules! / | ||
* | - #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 |
| | |||
* | - 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 #30122 by m3verick: changed include_once()'s to include "./$file" | Dries Buytaert | 2005-09-08 |
| | | | | for performance's sake. | ||
* | - Patch #29385 by chx: no ?> add end of files. | Dries Buytaert | 2005-08-25 |
| | |||
* | - 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 by Robert: fixed typo in code comments. | Dries Buytaert | 2005-05-03 |
| | |||
* | - Patch 20910 by chx: centralize print theme page. | Dries Buytaert | 2005-04-24 |
| | |||
* | - #18817: Clean up plain-text checking (see drupal-devel!) | Steven Wittens | 2005-03-31 |
| | |||
* | #18329: Unify confirmation messages (and make them themable) | Steven Wittens | 2005-03-03 |
| | |||
* | - 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. | ||
* | - Bug 13503: updating the locale settings might impact the interface (eg. ↵ | Dries Buytaert | 2004-11-27 |
| | | | | menu's) so we have to flush the cache. | ||
* | - 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'. | ||
* | #10677: Confirmation when deleting a block + unifying confirmation screens. | Steven Wittens | 2004-10-14 |
| | |||
* | - Patch #11179 by stefan: fixed broken URL in context sensitive help. | Dries Buytaert | 2004-10-08 |
| | |||
* | - Patch #8179 by JonBob: reintroduced menu caching. | Dries Buytaert | 2004-09-16 |
| | |||
* | - Moved some documentation around and fixed a missing translation. | Dries Buytaert | 2004-09-08 |
| | |||
* | 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. | ||
* | - Code improvements by Stefan: made all status messages consistent (and ↵ | Dries Buytaert | 2004-08-18 |
| | | | | easier to translate). | ||
* | - Patch #10111 by Killes: fixed some SQL queries. | Dries Buytaert | 2004-08-16 |
| |