Commit Graph

7157 Commits (860947d3c87e8ebd53031ac8077d1dce24716e32)

Author SHA1 Message Date
Gábor Hojtsy df0f9dbd4c #141637: add back menu_rebuild() to allow for clean URL check, and document the need for both menu_rebuild() calls, so we will not make this mistake in the future 2007-05-11 17:25:14 +00:00
Dries Buytaert 0c46b77c31 - Patch #114703 by Moshe: minor node revision fix. 2007-05-11 16:55:58 +00:00
Dries Buytaert 20168b6af4 - Modified patch #142798 by Steven and sime: introduced a new image API function: image_scale_and_crop() 2007-05-11 11:45:11 +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 21fe511dfa - Patch #142897 by erdemkose: corrected the argument: should be empty array instead of empty string. 2007-05-10 19:57:13 +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
Dries Buytaert 571013af8c - Patch #142619 by erdemkose: fixed E_ALL warnings. 2007-05-10 10:00:50 +00:00
Steven Wittens 476b03195e Code style: use get_t() to determine appropriate t() function 2007-05-10 07:00:21 +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
Gábor Hojtsy a7845659e8 #99011: FILE_WRITEABLE typofix to FILE_WRITABLE, patch by myself 2007-05-08 22:10:22 +00:00
Dries Buytaert d7681a355f - Patch #131538 by Jo Wouters: E_ALL fixes 2007-05-08 17:08:14 +00:00
Dries Buytaert a309ea2be2 - Patch #99011 by merlinofchaos: remove sites/default/settings.php and ship with sites/default/default.settings.php. 2007-05-08 16:36:55 +00:00
Gábor Hojtsy 32e8534d93 #142074 by erdemkose: Bug and E_ALL: undefined variable 2007-05-08 09:48:14 +00:00
Gábor Hojtsy a6084a5a36 simple phpdoc formatting fix in locale.inc 2007-05-08 09:46:24 +00:00
Dries Buytaert c32e17e3f2 - Patch #141665 by ChrisKennedy: E_ALL fixes. 2007-05-07 17:02:54 +00:00
Dries Buytaert 1e6c37aeac - Patch #133682 by Gurpartap Singh: dashes -> hyphens 2007-05-07 12:32:55 +00:00
Dries Buytaert 68a7999c06 - Modified patch #141526 by Gurpartap Singh: added a filter form on the path alias table. 2007-05-07 12:29:20 +00:00
Dries Buytaert 04b92ccfd8 - Patch #136049 by lyricnz: small performance improvement - removed some redundant fields. 2007-05-07 11:59:40 +00:00
Gábor Hojtsy a0caf14052 #127539 by yched: simplify developer docs about the finished value and fix an URL placeholder 2007-05-07 10:15:57 +00:00
Gábor Hojtsy 9003e7590f #141575 by yched: remove call time pass by reference 2007-05-07 10:06:00 +00:00
Dries Buytaert 54d0948f25 - Patch #133189 by Darren Oh: fixed empty date field test. 2007-05-07 07:29:23 +00:00
Gábor Hojtsy 8630e5ed51 #141596: _locale_get_iso_list() was renamed _locale_get_predefined_list(), patch by meba 2007-05-06 11:56:41 +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 644657c56b #141482 by Heine: collapse custom language addition form by default, because it is an advanced form, not required most of the time, so can make people confused 2007-05-05 08:55:15 +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 304400293a - Patch #141204 by Wim Leers: fixing caching bug in taxonomy_node_get_terms(). 2007-05-04 08:38:34 +00:00
Gábor Hojtsy f0b273a965 #131061: Very fast t() for a small set of strings,
by Moshe Weitzman, webernet, chx, erdemkose and myself
2007-05-04 08:32:00 +00:00
Steven Wittens 8f36367d4a Add missing items to changelog (clean url tester, sticky table header) and group related items together. 2007-05-03 10:52:56 +00:00
Dries Buytaert fff45d1f4b - Patch #139970 by Gabor: locale cleanup. 2007-05-03 09:51:08 +00:00
Dries Buytaert 2a65f86bf0 - Patch #135931 by EclipseGc: semantic update for core pager. 2007-05-01 06:53:03 +00:00
Dries Buytaert 7d4f2836ba - Patch #128082 by Goba et al: Allow localization of built-in menu items. 2007-04-30 17:03:29 +00:00
Dries Buytaert b93ce19a9c - Patch #56357 by John Albin, alienbrain, moshe, etc: fixed more cookie domain problems. 2007-04-30 14:37:36 +00:00
Dries Buytaert 248703477d - Patch #76588 by kbahey and RobRoy: made the syslog deamon strip HTML tags. 2007-04-30 14:25:14 +00:00
Dries Buytaert e9ffe24f8e - Patch #139979 by asimmonds: Display consistent message for unavailable statistics. 2007-04-30 11:26:06 +00:00
Dries Buytaert 38d22252b9 - Patch #67893 by kbahey, dww, alienbrain, asimmonds et al: made it possible to filter log messages in the database log. 2007-04-30 11:12:35 +00:00
Dries Buytaert dad5275365 - Patch #137236 by merlin: these template files are now deprecated. 2007-04-29 16:15:39 +00:00
Dries Buytaert ad67a17f8b - Patch #130987 by alienbrain: fixed problem with theme registry patch. 2007-04-29 16:13:12 +00:00
Dries Buytaert ab65c232f4 - Patch #97213 by Chris: made clean URL test work with non-conventional ports. 2007-04-29 16:06:04 +00:00
Dries Buytaert 301c6e7539 - Patch #139517 by Grugnog2: improved code comment. 2007-04-27 07:47:38 +00:00
Dries Buytaert 29055d34d6 - Patch #137236 by merlinofchaos: provide a way to secure the theme variables system. 2007-04-27 07:42:54 +00:00
Dries Buytaert 80ab60d39e - Updated CHANGELOG.txt. 2007-04-25 21:36:57 +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 3e9d5f9d3c - Patch #133789 by pwolanin: fixed parse error. 2007-04-25 05:02:41 +00:00
Dries Buytaert 91da5f05e4 - Patch #133789 by John Albin: Drupal-generated email can look like spam. 2007-04-24 19:49:01 +00:00
Gábor Hojtsy 359ace36e6 #76588 patch by alienbrain: some localization-unfriendly watchdog() calls 2007-04-24 18:23:48 +00:00
Gábor Hojtsy 0a5ec93496 #76588: Small fixes after that patch landed
- typo fix in watchdog() phpdoc
 - add a missing array() on a watchdog call in ping.module
 - handle NULL 'variables' value in syslog module

Noticed these while writing the documentation for watchdog() updates and by comitting the updates into the i18n SVN repository.
2007-04-24 15:53:53 +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