Commit Graph

4945 Commits (fb9ff3baf91e6c8b54b71bdf74c8e709659f4728)

Author SHA1 Message Date
Dries Buytaert fb9ff3baf9 - Patch #40628 by Jaza: added missing fieldset around filter options. 2005-12-10 19:35:13 +00:00
Dries Buytaert 07ec1bc207 - Patch #40393 by Richard: corrected permissions of menu/path settings on the content submission form. 2005-12-10 19:26:47 +00:00
Dries Buytaert cf5dc8b87d - Changed '50' to '20' as per Neil's comment in issue 36042 (comment #12). 2005-12-10 08:14:57 +00:00
Dries Buytaert efaf4d23bb - Patch #36042 by Cvbge: make the latest database upgrade work with PostgreSQL. 2005-12-10 08:13:40 +00:00
Dries Buytaert 2659fadd5f - Patch #40587 by wtanaka: execute -> submit 2005-12-10 08:12:59 +00:00
Dries Buytaert 30450039f9 - Patch #40583 by canen: make user_autocomplete function work with PostgreSQL. 2005-12-10 08:08:44 +00:00
Dries Buytaert d55a508b88 - Patch #40397 by DriesK: fixed problem with contact module. 2005-12-09 22:21:01 +00:00
Dries Buytaert 7d97733602 - Fixed #40395: changed ':' to '.'. 2005-12-09 17:25:53 +00:00
Dries Buytaert 4758c8cd28 - Patch #40518 by drumm: upgrade system fixes. 2005-12-09 16:14:26 +00:00
Dries Buytaert c17ff75480 - Patch #40397 by DriesK: global contact mails are not sent. 2005-12-09 15:56:23 +00:00
Dries Buytaert 1d0fa04d33 - Patch #40518 by drumm: remove hook_versions. 2005-12-09 15:46:47 +00:00
Dries Buytaert adcbc9b957 - Patch #40524 by drumm: made sure that visiting the admin/modules page does not break your setup if you haven't run udpate.php yet. 2005-12-09 15:40:15 +00:00
Dries Buytaert e70cb8b523 - Patch #36042 by Gerhard and Neil: recover old revisions. 2005-12-09 15:33:39 +00:00
Dries Buytaert b850a47d08 - Patch #40483 by chx: made Pushbutton validate as XHTML. 2005-12-09 15:07:14 +00:00
Dries Buytaert aba547258a - Patch #36429: remove CONCAT() and speed up node_access query. 2005-12-08 15:30:27 +00:00
Dries Buytaert 3ae534a64e - Patch #28595 by Cvbge: fixed problems with bulk comment operations. 2005-12-08 09:11:32 +00:00
Dries Buytaert ac3b446e4b - Patch #40341 by Cvbge: corrected the default column value. 2005-12-08 09:09:08 +00:00
Dries Buytaert e6b78e287d - Patch #40351 by Richard/chx: filter_xss_bad_protocol too hungry. 2005-12-08 09:05:30 +00:00
Dries Buytaert ac611b2473 - Small documentation improvements. 2005-12-08 08:47:15 +00:00
Dries Buytaert c54234d71a - Patch #40341 by Neil: fixed problems with database schema versions.
- When user #1 creates an account (we can assume this happens only once), system.module's schema version is set to the latest availiable.
  - system_get_files_database() now includes a 'schema_version' child of each file object.
  - That new information is re-saved when Drupal re-populates the system table.
  - An array of newly-enabled modules is built, module_list() is reloaded, and the schema versions of each newly-enabled module are set to the most recent availiable. If the schema version is already set (presumably from a previous installation) it is not changed.
2005-12-08 08:40:10 +00:00
Dries Buytaert 7b5a8d936c - Patch #29326 by Morbus: added missing returns. 2005-12-07 21:13:58 +00:00
Dries Buytaert bb1f5dfdac - Patch #40303 by Cvbge: drop old columns for PostgreSQL and fixed some PostgreSQL problems in the update script. 2005-12-07 20:59:34 +00:00
Dries Buytaert 94d6b9abf0 - Patch #29326 by Morbus: optimized performance of URL aliasing for newly installed sites.
There are a number of small optimizations we could add; like, we should never do more lookup queries than the number of unique URL aliases in the database.  When the size of the static cache equals the number of unique URL aliases in the database, we can stop doing lookups.  I think this could be implemented with a 2-line change.  Takers?
2005-12-07 20:57:45 +00:00
Steven Wittens 9e007c11aa - Missing URLencode for remembering search keywords across tabs 2005-12-07 15:32:11 +00:00
Dries Buytaert 3342593eac - Patch #38889 by rkerr: db_error and db_affected_rows did not work properly in presence of multiple database connections. 2005-12-07 15:17:27 +00:00
Dries Buytaert 3cb401bda1 - Patch #38645 by Morbus: reworked the _regions() hook. 2005-12-07 14:59:55 +00:00
Dries Buytaert e019ce5107 - Patch #28595 by Jeremy: added support for bulk operations on comments. 2005-12-07 05:35:02 +00:00
Dries Buytaert 9ccb6d7a80 - Patch #26641 by Uwe: tabs disappear in user.module settings after saving a role. 2005-12-06 12:36:37 +00:00
Dries Buytaert 32d9af4916 - Patch #39598 by Gerhard: fixed problem with taxonomy terms not being selected. 2005-12-06 12:20:24 +00:00
Dries Buytaert e90a178e5d - Patch #40139 by Robert: the system table got a new column, the database definition files need to reflect this. 2005-12-06 12:16:38 +00:00
Dries Buytaert c366ad9603 - Updated CHANGELOG.txt 2005-12-06 09:48:53 +00:00
Dries Buytaert a19acb219e - Patch #35924 by Neil: improved the update system. 2005-12-06 09:25:22 +00:00
Dries Buytaert e31f7abd42 - Patch #40079 by Moshe: removed dead code. 2005-12-06 08:28:58 +00:00
Dries Buytaert 0f80b09a4a - Patch #39875 by chx: make form sorting work with PHP5. 2005-12-05 21:21:49 +00:00
Dries Buytaert c4c5ce122d - Patch #31323 by Gerhard: delete extra data when a revision is deleted. 2005-12-05 16:07:18 +00:00
Dries Buytaert 7c958440ff - fixed invalid updates.inc 2005-12-05 15:13:32 +00:00
Dries Buytaert ada8f8976f - Patch #35125 by zoo33: made the taxonomy.module work with PostgreSQL. 2005-12-05 13:15:42 +00:00
Dries Buytaert 70039a954e - Patch #40016 by Thox: profile tables do not default to MyISAM. 2005-12-05 12:35:22 +00:00
Dries Buytaert ad3d637c57 - Patch by Richard: fixing breakage caused by the 'Obliterate nodeapi op form' patch. 2005-12-05 10:38:42 +00:00
Dries Buytaert 7ef324ec84 - Unrolled chx's form sort patch. 2005-12-05 09:48:54 +00:00
Dries Buytaert 28fdb3975e - Patch #39778 by chx: obliterate nodeapi op form in favor of the forms API's way of doing things. Tested with help from webchick. 2005-12-05 09:11:33 +00:00
Dries Buytaert 3e36be3b24 - Patch #39778 by chx: obliterate nodeapi op form in favor of the forms API's way of doing things. Tested with help from webchick. 2005-12-05 09:06:30 +00:00
Dries Buytaert a2d8174cd4 - Patch #39875 by chx: form_sort is broken with PHP5. 2005-12-05 08:47:24 +00:00
Dries Buytaert 77f55aa7f2 - Patch #39989 by hunmonk: can't pass args properly to #process callback. 2005-12-05 08:41:29 +00:00
Dries Buytaert a806db88fa - Patch #39085 by chx/angie: simplified #tree-#parent code. 2005-12-04 08:14:07 +00:00
Dries Buytaert f54cc812c6 - Patch #39779 by Richard: removed confusing status messages. 2005-12-04 08:00:13 +00:00
Dries Buytaert 80e02e6e73 - Patch #36434 by assimonds: fixed problem with editing signatures. 2005-12-03 19:39:15 +00:00
Dries Buytaert 4b9cd4fcd6 - Patch #38820 by wtanaka: profile listing carries over people's data on subsequent users. 2005-12-03 17:12:56 +00:00
Dries Buytaert c7bce9efd4 - Patch #35768 by JonBob/Richard: separate callback handling from menu handling.
Moves callbacks and arguments to a separate data structure from the visible menu tree. As mentioned on drupal-devel, this change has little impact except to slightly improve code legibility and prepare the code base for future separation of these tasks, with an eye toward performance improvements of the menu system.  Also changes array_key_exists() to isset() in several places, which is reported to perform better.
2005-12-03 14:50:27 +00:00
Dries Buytaert 9677ab121f - Patch #32665 by Richard Archer: add more functionality to menu item settings on node/*/edit pages. 2005-12-03 10:06:10 +00:00