Commit Graph

244 Commits (597194fa5816901c98894c3f854575e5885df7c2)

Author SHA1 Message Date
Gábor Hojtsy 2765d143c0 #147657 by chx: menu module update function 2007-08-29 20:46:18 +00:00
Gábor Hojtsy eb633ace4f #149567 by chx and meba: set install_task variable to 'done' on update, so installer cannot be run on Drupal 6 on an upgraded site 2007-08-29 18:00:05 +00:00
Gábor Hojtsy 118e91cc40 #155828 by Eaton, pwolanin and jvandyk: let actions live even if actions.module is not turned on 2007-08-29 14:57:50 +00:00
Gábor Hojtsy 1372700977 #170638 by JirkaRybka and chx: move update access variable to settings.php, so we can check whether it is wide open, and we have one place for settings 2007-08-28 11:42:56 +00:00
Gábor Hojtsy 39d776faa9 #157682 by bjaspan, chx and JirkaRybka: update.php for Drupal 6, to allow near flowless updates 2007-08-26 08:27:09 +00:00
Gábor Hojtsy 801756e7e6 #111127 by chx: cache node_load(), so heavy operations loading data from external sources and only invoked once (note that you should do everything dynamic in the view op, not the load op) 2007-08-25 09:25:49 +00:00
Gábor Hojtsy 091a772dad #165141 by hswong3i: move literal values out of some core queries to support cross-database compatibility (ie. better SQL parsing and altering options) 2007-08-22 08:40:04 +00:00
Dries Buytaert 74292cd062 - Patch #80951 by killes, yched et al: block caching. 2007-08-19 08:08:45 +00:00
Gábor Hojtsy 8971add849 #163191 follow up patch by hswong3i and pwolanin: use a has_rows flag where we dont need a counter 2007-08-18 20:03:19 +00:00
Dries Buytaert c17499b6fe - Patch #163191 by hswong3i: removed db_num_rows() for compatibility with Oracle and DB2. Also a performance improvement. (Correct version this time.) 2007-08-12 16:12:00 +00:00
Dries Buytaert b134b023e1 - Patch #163191 by hswong3i: removed db_num_rows() for compatibility with Oracle and DB2. Also a performance improvement. 2007-08-12 15:55:36 +00:00
Dries Buytaert 15c68075d9 - Patch #154470 by pwolanin et al: optimize menu queries and indices. 2007-08-11 14:06:15 +00:00
Gábor Hojtsy b996a7d30d #165141 by hswong3i: when inserting values into VARCHAR fields, we should use quotes, even if the values are numbers 2007-08-07 08:32:43 +00:00
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
Dries Buytaert 9f91274a5b - Patch #118712 by mindless: add index on comment.status. 2007-03-07 12:57:50 +00:00
Dries Buytaert 31ebb648e1 - Patch #103634 by chriskennedy: variable.name only 48 charachters. 2007-02-27 12:34:45 +00:00
Dries Buytaert 72501e54df - Patch #115667 by rotzi: added versioning support to node terms. 2007-02-12 17:47:08 +00:00
Dries Buytaert a1e6728a46 - Patch #113603 by chx: first crack at re-implementing tabs. 2007-02-11 09:30:51 +00:00
Dries Buytaert c890a00771 - Patch #107346 by asaddi: postgresql fix. 2007-02-10 15:39:17 +00:00
Dries Buytaert 489903a08e - Patch #113603 by chx: first crack at re-implementing tabs. 2007-01-31 21:26:56 +00:00
Dries Buytaert 05a708fb06 - Patch #112715 by chx, webchick, asimmonds, et al: fixing E_ALL notices. Thanks. 2007-01-31 15:49:26 +00:00
Dries Buytaert c13268f883 - Patch #112927 by asimmonds: fixed menu system on PostgreSQL. 2007-01-29 12:30:11 +00:00
Dries Buytaert 03752e35a4 - Patch #34755 by chx et al: faster menu system. HEAD is temporary broken and there is no upgrade path yet. 2007-01-24 14:48:36 +00:00
Dries Buytaert f83368fdf5 - Patch #92630 by RobRoy: simplify adding new blocks. 2007-01-23 16:44:58 +00:00
Dries Buytaert 05ffca40a1 - Patch #105855: bump MySQL version. 2007-01-23 16:43:17 +00:00
Dries Buytaert 107b456d23 - Bumping the minimum MySQL requirement to MySQL 4. 2007-01-18 20:30:33 +00:00
Steven Wittens 193f359cd4 #102644: Convert %vars to !vars for user mail text (forgot 2) 2007-01-10 23:22:34 +00:00
Dries Buytaert 3e8a9d1905 - Cleanup form attributes. 2007-01-09 08:30:31 +00:00
Steven Wittens f80f7a7dbd Revert break tag. 2007-01-05 22:03:06 +00:00
Dries Buytaert 3c6d61e73c - Patch #104763 by RobRoy: better defaults for page and story. 2007-01-03 11:10:58 +00:00
Neil Drumm dfd86399c0 #106232 by chx. Add spaces for code style. 2007-01-02 05:05:38 +00:00
Dries Buytaert 20907a8275 - Rollback MySQL requirement check. 2006-12-31 13:43:32 +00:00
Steven Wittens 74ecbf4dd9 #105855: Require MySQL 4.0. MySQL 3.23 is no longer supported by the vendor. 2006-12-30 08:47:49 +00:00
Dries Buytaert ce2088e817 - Patch #105454 by kkaefer, ChrisKennedy, RobRoy et al: fixed update paths. 2006-12-29 18:58:48 +00:00
Dries Buytaert e614ac1034 - Patch #103811 by kkaefer: replace %url with @url. 2006-12-18 21:32:10 +00:00
Steven Wittens 4032bc9ea2 #102644: Change %var to !var in user-defined e-mails (e.g. welcome mail) 2006-12-13 10:41:56 +00:00
Steven Wittens 4a95d62958 #101133: Add files directory writability to status report. 2006-12-12 09:29:43 +00:00
Dries Buytaert 2474121c33 - Patch # #87145 by Steven: usability improvement: easier break-tag. 2006-12-10 21:07:15 +00:00
Dries Buytaert c3ec68312a - Patch #18616: allow longer role names. 2006-12-08 16:13:42 +00:00
Dries Buytaert 4828ee3384 - Patch #98551 by Heine: make Drupal work when MySQL runs in strict mode. 2006-12-06 16:24:12 +00:00
Dries Buytaert 42f321d0ed - Patch #101454 by KarenS and webernet: work around a critical CCK compatibility issue. 2006-12-06 15:52:39 +00:00
Dries Buytaert a94f95d37f - Patch #101421 by webchick: make sure that Drupal installs when MySQL's strict mode is enabled. 2006-12-06 15:36:23 +00:00
Dries Buytaert 38f3050777 - Patch #101236 by Uwe Herman: fixed typos in the documentation. 2006-12-05 05:47:37 +00:00
Dries Buytaert 7b76938b24 - Patch #100143 by sammys: fixed files-table on PostgreSQL. 2006-12-01 17:00:21 +00:00
Dries Buytaert 16986cb9f2 - Patch #100547 by Steven: show out-of-date database tables. 2006-12-01 08:07:12 +00:00
Neil Drumm ceb346b741 #70504 by pwolanin. Add key on {files}.nid. 2006-11-30 02:19:38 +00:00
Neil Drumm dcd80a6f3f #99970 by Heine. Make page cache keys case-sensitive on MySQL. 2006-11-28 20:52:51 +00:00
Dries Buytaert 54190b5605 - stray files 2006-11-28 14:37:44 +00:00
Neil Drumm f84f1d2ad2 #99644 by neclimdul. Move a function to be more accessible by modules updating. 2006-11-28 03:32:03 +00:00
Neil Drumm 437a498295 #97271 by Jaza. Ensure that hooks are not invoked for newly-disabled modules. 2006-11-27 23:15:41 +00:00
Neil Drumm 14b0d96870 #98551 by sammys. The de facto standard for URL length is 2048 characters. So 128 isn't enough. 2006-11-26 23:42:15 +00:00
Dries Buytaert 4df25c20cb - Corrected previous patch. Thanks Robert. 2006-11-24 11:10:48 +00:00
Dries Buytaert 0856457405 - Patch #99128 by robertDouglass and RobRoy: added an index to the watchdog tab.le. 2006-11-24 11:00:15 +00:00
Dries Buytaert adc7f023c5 - Patch #49115 by pwolanin: work around a limit of the number of blocks/boxes. 2006-11-22 09:16:48 +00:00
Neil Drumm 50641eafc0 x.x -> 5.0 and making way for the next x.x. 2006-11-20 03:39:02 +00:00
Dries Buytaert 9321ee109d - Patch #93536 by Gabor: eliminate remaining bluemarine traces from core code. 2006-11-08 19:24:11 +00:00
Dries Buytaert 342f95d451 - Patch #78732 by webchick et al: made Drupal sessions work with sha1 session ids. 2006-11-07 22:27:07 +00:00
Dries Buytaert 57688517f8 - Patch #84146 by RobRoy: missing capitalization fixes. 2006-11-07 12:02:56 +00:00
Steven Wittens 49f6f3bf71 Color.module tweaks:
- Remove tab characters
- Make sure GD2 is present before doing magic.
- Add requirement check for GD2
- Fix broken .png file
2006-10-29 15:13:01 +00:00
Steven Wittens b01d96aed5 #88202: Adding Garland theme to core. 2006-10-29 13:21:46 +00:00
Dries Buytaert 42b1dc6215 - Patch #91477 by havran: fixed PostgreSQL install with database table prefixing. Missing brackets. 2006-10-26 23:32:43 +00:00
Steven Wittens 36d44fbfb0 #84146: Use 'Sentence capitalization' for menu items, page titles, form items, etc 2006-10-22 08:28:47 +00:00
Dries Buytaert 0c0d947a22 - Patch #85486 by yched: fixed rand function on PostgreSQL. 2006-10-11 13:14:47 +00:00
Dries Buytaert 0e9571566e - Patch #85486 by sammys: greatest() function for PostgreSQL. Critical bugfix. 2006-10-09 20:05:14 +00:00
Steven Wittens aae945c369 #70995: Prevent cron re-runs 2006-10-03 00:24:19 +00:00
Dries Buytaert 241cb08d83 - Patch #78732 by dopry: made it possible to use sha1 session ids 2006-10-02 11:31:35 +00:00
Neil Drumm 47f517edbe #82831. Rollback and moving the JQuery version number to a suitable place. 2006-09-11 06:29:03 +00:00
Dries Buytaert 35c33e3cf5 - Patch #83222 by edkwh: more theme('placeholder') clean-up. Good catch. 2006-09-09 08:25:24 +00:00
Neil Drumm 6b3775c90d #82831 by gopherspidey. Show JavaScript information in status report page. 2006-09-08 23:25:25 +00:00
Neil Drumm d0357e97a8 #82177 by Heine. Run cache updates early to avoid unrecoverable errors. 2006-09-08 22:31:59 +00:00
Dries Buytaert f4e1c078bc - Patch #82877 by havran: added missing title field for PostgreSQL. 2006-09-08 16:34:43 +00:00
Dries Buytaert 837a314def - Patch #82823 by dww: fixed improper quoting in db_add_column(). Fixes PostgreSQL upgrade path. 2006-09-07 08:09:30 +00:00
Dries Buytaert ce7adc62e0 - Patch #82822 by dww and sammys: PostgreSQL fixes. 2006-09-07 08:08:15 +00:00
Neil Drumm 58d1270a7d #73045 by jhenry and davemicc. Add an index to {file_revisions} for faster queries. 2006-09-07 07:57:20 +00:00
Steven Wittens dac1e33988 Pretty up the status report code 2006-09-01 09:27:04 +00:00
Steven Wittens 883e563196 Pretty up the status report 2006-09-01 09:23:45 +00:00
Steven Wittens dd4f143df6 #75002: Install-time and run-time requirements checking + status report page 2006-09-01 08:44:53 +00:00
Neil Drumm 94098f7e93 #81033 by webchick and neclimdul. Uninstall module API. 2006-09-01 07:40:08 +00:00
Neil Drumm 910143c003 #77733 by Ralf Stamm. The primary menu needs an mid of 2. 2006-09-01 06:35:37 +00:00
Dries Buytaert 02e23b4f62 - Patch #81695 by sammys: fix cache indices on PostgreSQL. 2006-08-31 14:53:28 +00:00
Steven Wittens 2cc7b8ccea #65765: Merge URLfilter.module into core filter.module 2006-08-31 02:23:55 +00:00
Dries Buytaert 8fdf7a8750 - Patch #72290 by killes: split up the cache table. 2006-08-30 08:46:17 +00:00
Dries Buytaert 163f1accd9 - Patch #42463: performance improvement: add index on the source field of the locale table. 2006-08-27 09:33:31 +00:00
Neil Drumm 92496eb839 #14400 by chx. Add a missing key. 2006-08-24 06:27:41 +00:00
Neil Drumm 02b3898e8f #80150 by webchick. Cleanup from #76666. 2006-08-23 04:44:36 +00:00
Dries Buytaert 4936f4df12 - Patch #76666 by hunmonk: custom block titles. 2006-08-22 07:43:33 +00:00
Dries Buytaert 7178f2f99e - Patch #79428 by Chris Johnson: remove int display width declarations from MySQL create table statements. 2006-08-20 06:38:50 +00:00
Dries Buytaert 02b3877dd7 - Patch #76914 by smsimms/sammys: PostgreSQL fixes for installer. 2006-08-18 08:39:21 +00:00
Neil Drumm bf3487c0b1 #76681 by sammys, sync posgres install and change unsigned annotation. 2006-08-15 05:25:20 +00:00
Neil Drumm d9d43eea27 #64212 by chx, dww, and Eaton, allow for branched updates. 2006-08-14 05:47:36 +00:00
Neil Drumm 129c8eb18c #62340 by chx, webchick, Jaza, Eaton, mathieu, and myself. Configurable node types. 2006-08-06 23:00:42 +00:00
Dries Buytaert a7f67e01de - Patch #76681 by sammys: PostgreSQL support for install system. Woot! :) 2006-08-04 06:58:44 +00:00
Neil Drumm 03c92fb60a #75039 by jptavan and asimmonds, properly insert data with {}. 2006-07-26 07:19:41 +00:00
Neil Drumm 7d9f57ff63 #73591 by Flanker, add missing CVS Ids. 2006-07-14 01:05:10 +00:00
Dries Buytaert 1c75a210bd - Patch #68926 by chx, jeremy, steven, eaton, webchick, amazon, neil, nedjo et al: an initial install system for Drupal core. 2006-07-13 13:14:25 +00:00