summaryrefslogtreecommitdiff
path: root/modules/system
Commit message (Collapse)AuthorAge
* - Patch #139673 by hunmonk and bjaspan: made caching work on PostgreSQL.Dries Buytaert2007-05-06
|
* - Patch #137211 by merlinofchaos: move theme information to .info files and ↵Dries Buytaert2007-05-06
| | | | improved theme inheritance.
* #127539: progressive operation support, refactoring update.php code to a ↵Gábor Hojtsy2007-05-04
| | | | | | | | | | | generic batch API to support runnning operations in multiple HTTP requests - update.php is already on the batch API - node access rebuilding is in the works - automatic locale importing is in the works Thanks to Yves Chedemois (yched) for the good code quality, very wide awareness of issues related to batches, and the fantastic turnaround times. Hats off.
* - Patch #135931 by EclipseGc: semantic update for core pager.Dries Buytaert2007-05-01
|
* - Patch #128082 by Goba et al: Allow localization of built-in menu items.Dries Buytaert2007-04-30
|
* - Patch #97213 by Chris: made clean URL test work with non-conventional ports.Dries Buytaert2007-04-29
|
* - Patch #137236 by merlinofchaos: provide a way to secure the theme ↵Dries Buytaert2007-04-27
| | | | variables system.
* - Patch #137415 by slantview: simplified the cache API/usages, and made it a ↵Dries Buytaert2007-04-25
| | | | tad smarter. Makes it easier to program for, and easier to replace. Will need to be documented.
* - Patch #137376 by Gabor: add language support to nodes.Dries Buytaert2007-04-25
|
* - Patch #133789 by John Albin: Drupal-generated email can look like spam.Dries Buytaert2007-04-24
|
* - Patch #76588 by Gabor: made log messages translatable. Yay.Dries Buytaert2007-04-24
|
* - Patch #76588 by Gabor: made log messages translatable. Yay.Dries Buytaert2007-04-24
|
* - Patch #46941 by Zen and Ber: move PHP input filter to dedicated module.Dries Buytaert2007-04-24
|
* - Patch #136961 by Ralf Stamm: add version information to themes and theme ↵Dries Buytaert2007-04-20
| | | | pages.
* - Patch #132018 by alienbrain: replace instances of ↵Dries Buytaert2007-04-18
| | | | _module_parse_info_file() with drupal_parse_info_file().
* - Patch #63881 by dww: fixed problem with dblog upgrade path.Dries Buytaert2007-04-17
|
* - Patch #132018 by Steven et al: add .info files to themes.Dries Buytaert2007-04-17
|
* - Patch #130331 by Zen: updated code comments.Dries Buytaert2007-04-15
|
* - Patch #131009 by chx: menu system fixes/improvements.Dries Buytaert2007-04-15
|
* - Patch #134493 by douggreen: getting the Drupal coding standards right in ↵Dries Buytaert2007-04-13
| | | | core. Woot. Woot.
* - Patch #130331 by webchick and webernet: re-number updates according to ↵Dries Buytaert2007-04-13
| | | | major version.
* - Patch #133083 by Zen: 'Shortcut icon settings' not using proper FAPI value.Dries Buytaert2007-04-13
|
* - Patch #63881 by kbahey: logging documentation improvements.Dries Buytaert2007-04-13
|
* - Patch #134185 by Ralf Stamm: missing CVS IDs in files.Dries Buytaert2007-04-13
|
* - Patch #63881 by kbahey and jakeg: improved Drupal's logging functionality. ↵Dries Buytaert2007-04-10
| | | | Added support for external loggers, and included a small syslog module into core.
* - Patch #107061 by Steven et al: add jQuery teaser splitter.Dries Buytaert2007-04-09
|
* - Patch #134161 by chx: no menu tabs for themes.Dries Buytaert2007-04-06
|
* - Patch #130987 by merlinofchaos: added theme registry for easier themability.Dries Buytaert2007-04-06
|
* #130991: Custom menu items, part 1Steven Wittens2007-04-06
|
* - Patch #131934 by Gerhard: removed useless indices.Dries Buytaert2007-03-30
|
* #130971: Kitchen sink (E_NOTICE compliance / Code style / Bugfix in book toc)Steven Wittens2007-03-27
|
* - Patch #105853 by killes: move minumum version defines.Dries Buytaert2007-03-26
|
* - Patch #105853 by killes: move minumum version defines.Dries Buytaert2007-03-26
|
* - Patch #128866 by Gabor, Steven, chx, Jose et al: new language subsystem.Dries Buytaert2007-03-26
|
* - Patch #130977 by chx: fix confirm forms.Dries Buytaert2007-03-26
|
* #127172: Fix negative weights in menu system (admin page was out of order)Steven Wittens2007-03-19
|
* - Patch #128081 by Eaton: remove #base, paving the path for a simpler form API.Dries Buytaert2007-03-17
|
* #127941: Add index to users.created column.Steven Wittens2007-03-16
|
* Fix missing descriptions on status reportSteven Wittens2007-03-15
|
* - Patch #125636by hunmonk: fixed duplication checking on confirm forms.Dries Buytaert2007-03-13
|
* - Patch #126128 by chx and Steven: menu fixes and enhancements. Yay.Dries Buytaert2007-03-12
|
* - Patch #125763 by chx: menu system fixes/enhancements.Dries Buytaert2007-03-08
|
* - Patch #115047 by mindless: token replacement with format_plural.Dries Buytaert2007-03-07
|
* - Patch #118712 by mindless: add index on comment.status.Dries Buytaert2007-03-07
|
* #117018: Use Garland theme for installer/maintenance pages, and add task ↵Steven Wittens2007-03-02
| | | | | | list in the sidebar. - Refactor partial-page handling for the maintenance page. It's an exotic quirk for update.php and belongs there.
* - Patch #103634 by chriskennedy: variable.name only 48 charachters.Dries Buytaert2007-02-27
|
* - Patch #98359 by Robroy and webchick: string clean-up: web site -> websiteDries Buytaert2007-02-27
|
* - Patch #111347 by Steven: refactor url() and l().Dries Buytaert2007-02-15
|
* - Patch #119128 by kkaefer: help hook uses wrong argument.Dries Buytaert2007-02-15
|
* - Patch #97213 by neclimdul: usability improvement: implemented clean URL ↵Dries Buytaert2007-02-13
| | | | test with jQuery.