Commit Graph

131 Commits (739a8574870971b813c396080b11ef365f183fd1)

Author SHA1 Message Date
Dries Buytaert 6ec2ff7e15 - Patch #94154 by dww, Earl et al: update notifications for Drupal!
Woot, woot! :)
2007-07-11 15:15:40 +00:00
Gábor Hojtsy 806d0a3dee #156910 by asimmonds: fix code indentation problems introduced with new code in this development cycle; only whitespace changes 2007-07-05 08:48:58 +00:00
Dries Buytaert e0fe1ae8eb - Patch #151583 by pwolanin, Shakur, webernet, Arancaytar et al: various menu module fixes. 2007-07-04 15:49:44 +00:00
Dries Buytaert 4b3efeffca - Patch #126229 by yched: fixed the upgrade path. 2007-07-04 15:34:50 +00:00
Dries Buytaert 3f03b04291 - Patch #126229 by ChrisKennedy, asimmonds et al: increase node title maxlength to 255 so people can use it to enter publictions with really long titles. ;) 2007-07-03 19:42:14 +00:00
Dries Buytaert ee701b3336 - Patch #155986 by Uwe: fixed typos. 2007-07-02 14:41:37 +00:00
Gábor Hojtsy 0995d62be3 #99011 follow up patch my merlinofchaos: inform users if the settings.php or the settings directory in use is not write protected after installation. 2007-06-30 08:17:05 +00:00
Gábor Hojtsy 2598d31ef8 #150210 by bjaspan and Frando: explicit table names for create table statements and fixing a schema referencing bug 2007-06-26 20:24:19 +00:00
Gábor Hojtsy 27cad7fcfe #151951 by webernet, slightly modified: enable the garland theme, not just set it as default 2007-06-23 11:15:15 +00:00
Gábor Hojtsy 85805096f7 #142280 by Jose A Reyero, yched and myself: Content translation support built on the existing node language feature 2007-06-15 18:40:14 +00:00
Dries Buytaert 36cdf06140 - Patch #149626 by ChrisKennedy: fixed update 6023 2007-06-07 03:44:13 +00:00
Dries Buytaert 27388f6655 - Patch #149176 by chx, David et al: getting rid of the sequences table, using db_last_insert_id() instead of db_next_id(). 2007-06-05 12:13:23 +00:00
Dries Buytaert 4fd54aabc5 - Patch #115267 by drewish, dopry et al: simplified file uploads code, improved file API, centralized file validation, implemented quotas and fixed file previews. 2007-05-30 08:08:59 +00:00
Dries Buytaert a8ceb7613b - Patch #145058 by pwolanin (and chx): re-parenting and caching for menu links. 2007-05-27 20:31:13 +00:00
Dries Buytaert 3cafffe63f - Killer patch #144765 by bjaspan, frando et al: schema API 1 hits core. Oh, behave. 2007-05-25 12:46:46 +00:00
Dries Buytaert ae762838c0 - Patch #140218 by drewish: fixed MySQL 5 strict bug. 2007-05-25 09:28:10 +00:00
Dries Buytaert 5094312d3b - Patch #140218 by Crell et al: make it possible to move page callbacks to their own include files. 2007-05-22 05:52:17 +00:00
Dries Buytaert 667bf95308 - Patch #54833 by Steven: added an HTML corrector. 2007-05-20 16:44:35 +00:00
Dries Buytaert 2934a3d9bd - Patch #144859 by dww: added optional e-mail notifications when user are approved, blocked, or deleted. 2007-05-20 12:34:48 +00:00
Dries Buytaert 150dd96020 - Patch #144746 by drewish: fixed menu router table definition. 2007-05-18 07:03:21 +00:00
Dries Buytaert 6fc1183997 - Patch #105039 by ChrisKennedy: more polish for the custom date formats. Previous custom data format patch was also by Chris but got accidentically committed with another patch. Thanks Chris. 2007-05-17 07:28:42 +00:00
Dries Buytaert 64ea900aff - Patch #140666 by bjaspan: fix some primary keys. 2007-05-16 14:41:38 +00:00
Dries Buytaert a243145d3f - Patch #137767 by chx and pwolanin: multiple menu support. 2007-05-16 13:45:17 +00:00
Dries Buytaert b4ef53eccc - Patch #127539 by yched: batch processing fixes. 2007-05-16 07:56:19 +00:00
Dries Buytaert 8ba14fa492 - Patch #138706 by hunmonk: fixed PostgreSQL caching problem. 2007-05-14 16:22:26 +00:00
Dries Buytaert ac65ff9074 - Patch #138706 by eaton, chx, webchick, yched et al: form api 3 ... yay. :) 2007-05-14 13:43:38 +00:00
Gábor Hojtsy b09fbd8e50 #141637 by merlinofchaos and yched: follow up fixes to the installer patch, properly rebuilding the menu when done and returning update results 2007-05-11 07:33:46 +00:00
Dries Buytaert 258c653f56 - Patch #141637 by merlinofchaos, gabor, et al: provide a site config form at the end of install to collect data, plus allow profiles to modify and add more. 2007-05-10 19:55:24 +00:00
Gábor Hojtsy 85cae8161f #127539 by bjaspan: fix comma syntax error in update.php and system.install 2007-05-09 11:39:23 +00:00
Dries Buytaert f9a8987271 - Patch #139673 by hunmonk and bjaspan: made caching work on PostgreSQL. 2007-05-06 05:50:43 +00:00
Dries Buytaert e66371cac1 - Patch #137211 by merlinofchaos: move theme information to .info files and improved theme inheritance. 2007-05-06 05:47:52 +00:00
Gábor Hojtsy c740ac7fd5 #127539: progressive operation support, refactoring update.php code to a 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.
2007-05-04 09:41:37 +00:00
Dries Buytaert dbfcd7d137 - Patch #137415 by slantview: simplified the cache API/usages, and made it a tad smarter. Makes it easier to program for, and easier to replace. Will need to be documented. 2007-04-25 21:34:32 +00:00
Dries Buytaert 9a142acc8d - Patch #137376 by Gabor: add language support to nodes. 2007-04-25 21:28:00 +00:00
Dries Buytaert 9a6099c234 - Patch #76588 by Gabor: made log messages translatable. Yay. 2007-04-24 13:55:36 +00:00
Dries Buytaert f73610bec6 - Patch #76588 by Gabor: made log messages translatable. Yay. 2007-04-24 13:53:15 +00:00
Dries Buytaert ffe4dc84d4 - Patch #46941 by Zen and Ber: move PHP input filter to dedicated module. 2007-04-24 10:54:35 +00:00
Dries Buytaert 552e2cbc09 - Patch #63881 by dww: fixed problem with dblog upgrade path. 2007-04-17 08:13:11 +00:00
Dries Buytaert 03b4b58e9a - Patch #132018 by Steven et al: add .info files to themes. 2007-04-17 07:19:39 +00:00
Dries Buytaert 125dbb1ab2 - Patch #130331 by Zen: updated code comments. 2007-04-15 14:41:13 +00:00
Dries Buytaert 7c89dee568 - Patch #131009 by chx: menu system fixes/improvements. 2007-04-15 14:38:16 +00:00
Dries Buytaert be47ac090b - Patch #130331 by webchick and webernet: re-number updates according to major version. 2007-04-13 08:53:24 +00:00
Dries Buytaert 07e6bdcdfe - Patch #63881 by kbahey and jakeg: improved Drupal's logging functionality. Added support for external loggers, and included a small syslog module into core. 2007-04-10 10:10:27 +00:00
Dries Buytaert 8018fe942d - Patch #131934 by Gerhard: removed useless indices. 2007-03-30 08:47:58 +00:00
Dries Buytaert f2ca29071f - Patch #105853 by killes: move minumum version defines. 2007-03-26 06:48:36 +00:00
Dries Buytaert eb0caa354e - Patch #128866 by Gabor, Steven, chx, Jose et al: new language subsystem. 2007-03-26 01:32:22 +00:00
Steven Wittens 081d6d662f #127172: Fix negative weights in menu system (admin page was out of order) 2007-03-19 01:13:28 +00:00
Steven Wittens f6929dcca0 #127941: Add index to users.created column. 2007-03-16 04:55:07 +00:00
Dries Buytaert 66b99866b0 - Patch #126128 by chx and Steven: menu fixes and enhancements. Yay. 2007-03-12 13:01:10 +00:00
Dries Buytaert 0cb5532a23 - Patch #125763 by chx: menu system fixes/enhancements. 2007-03-08 19:03:48 +00:00