summaryrefslogtreecommitdiff
path: root/modules/system/system.install
Commit message (Collapse)AuthorAge
...
* #99011 follow up patch my merlinofchaos: inform users if the settings.php or ↵Gábor Hojtsy2007-06-30
| | | | the settings directory in use is not write protected after installation.
* #150210 by bjaspan and Frando: explicit table names for create table ↵Gábor Hojtsy2007-06-26
| | | | statements and fixing a schema referencing bug
* #151951 by webernet, slightly modified: enable the garland theme, not just ↵Gábor Hojtsy2007-06-23
| | | | set it as default
* #142280 by Jose A Reyero, yched and myself: Content translation support ↵Gábor Hojtsy2007-06-15
| | | | built on the existing node language feature
* - Patch #149626 by ChrisKennedy: fixed update 6023Dries Buytaert2007-06-07
|
* - Patch #149176 by chx, David et al: getting rid of the sequences table, ↵Dries Buytaert2007-06-05
| | | | using db_last_insert_id() instead of db_next_id().
* - Patch #115267 by drewish, dopry et al: simplified file uploads code, ↵Dries Buytaert2007-05-30
| | | | improved file API, centralized file validation, implemented quotas and fixed file previews.
* - Patch #145058 by pwolanin (and chx): re-parenting and caching for menu links.Dries Buytaert2007-05-27
|
* - Killer patch #144765 by bjaspan, frando et al: schema API 1 hits core. ↵Dries Buytaert2007-05-25
| | | | Oh, behave.
* - Patch #140218 by drewish: fixed MySQL 5 strict bug.Dries Buytaert2007-05-25
|
* - Patch #140218 by Crell et al: make it possible to move page callbacks to ↵Dries Buytaert2007-05-22
| | | | their own include files.
* - Patch #54833 by Steven: added an HTML corrector.Dries Buytaert2007-05-20
|
* - Patch #144859 by dww: added optional e-mail notifications when user are ↵Dries Buytaert2007-05-20
| | | | approved, blocked, or deleted.
* - Patch #144746 by drewish: fixed menu router table definition.Dries Buytaert2007-05-18
|
* - Patch #105039 by ChrisKennedy: more polish for the custom date formats. ↵Dries Buytaert2007-05-17
| | | | Previous custom data format patch was also by Chris but got accidentically committed with another patch. Thanks Chris.
* - Patch #140666 by bjaspan: fix some primary keys.Dries Buytaert2007-05-16
|
* - Patch #137767 by chx and pwolanin: multiple menu support.Dries Buytaert2007-05-16
|
* - Patch #127539 by yched: batch processing fixes.Dries Buytaert2007-05-16
|
* - Patch #138706 by hunmonk: fixed PostgreSQL caching problem.Dries Buytaert2007-05-14
|
* - Patch #138706 by eaton, chx, webchick, yched et al: form api 3 ... yay. :)Dries Buytaert2007-05-14
|
* #141637 by merlinofchaos and yched: follow up fixes to the installer patch, ↵Gábor Hojtsy2007-05-11
| | | | properly rebuilding the menu when done and returning update results
* - Patch #141637 by merlinofchaos, gabor, et al: provide a site config form ↵Dries Buytaert2007-05-10
| | | | at the end of install to collect data, plus allow profiles to modify and add more.
* #127539 by bjaspan: fix comma syntax error in update.php and system.installGábor Hojtsy2007-05-09
|
* - 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 #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 #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 #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 #130331 by webchick and webernet: re-number updates according to ↵Dries Buytaert2007-04-13
| | | | major version.
* - 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 #131934 by Gerhard: removed useless indices.Dries Buytaert2007-03-30
|
* - 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
|
* #127172: Fix negative weights in menu system (admin page was out of order)Steven Wittens2007-03-19
|
* #127941: Add index to users.created column.Steven Wittens2007-03-16
|
* - 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 #118712 by mindless: add index on comment.status.Dries Buytaert2007-03-07
|
* - Patch #103634 by chriskennedy: variable.name only 48 charachters.Dries Buytaert2007-02-27
|
* - Patch #115667 by rotzi: added versioning support to node terms.Dries Buytaert2007-02-12
|
* - Patch #113603 by chx: first crack at re-implementing tabs.Dries Buytaert2007-02-11
|
* - Patch #107346 by asaddi: postgresql fix.Dries Buytaert2007-02-10
|
* - Patch #113603 by chx: first crack at re-implementing tabs.Dries Buytaert2007-01-31
|