Commit Graph

3034 Commits (3ae534a64eb32686a54efd5d312c21ba06d9cfa1)

Author SHA1 Message Date
Dries Buytaert 3ae534a64e - Patch by Cvbge: fixed problems with bulk comment operations. 2005-12-08 09:11:32 +00:00
Dries Buytaert e6b78e287d - Patch by Richard/chx: filter_xss_bad_protocol too hungry. 2005-12-08 09:05:30 +00:00
Dries Buytaert c54234d71a - Patch by Neil: fixed problems with database schema versions.
- When user  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 94d6b9abf0 - Patch 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 3cb401bda1 - Patch by Morbus: reworked the _regions() hook. 2005-12-07 14:59:55 +00:00
Dries Buytaert e019ce5107 - Patch by Jeremy: added support for bulk operations on comments. 2005-12-07 05:35:02 +00:00
Dries Buytaert 9ccb6d7a80 - Patch by Uwe: tabs disappear in user.module settings after saving a role. 2005-12-06 12:36:37 +00:00
Dries Buytaert 32d9af4916 - Patch by Gerhard: fixed problem with taxonomy terms not being selected. 2005-12-06 12:20:24 +00:00
Dries Buytaert e31f7abd42 - Patch by Moshe: removed dead code. 2005-12-06 08:28:58 +00:00
Dries Buytaert c4c5ce122d - Patch by Gerhard: delete extra data when a revision is deleted. 2005-12-05 16:07:18 +00:00
Dries Buytaert ada8f8976f - Patch by zoo33: made the taxonomy.module work with PostgreSQL. 2005-12-05 13:15:42 +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 28fdb3975e - Patch 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 f54cc812c6 - Patch by Richard: removed confusing status messages. 2005-12-04 08:00:13 +00:00
Dries Buytaert 80e02e6e73 - Patch by assimonds: fixed problem with editing signatures. 2005-12-03 19:39:15 +00:00
Dries Buytaert 4b9cd4fcd6 - Patch by wtanaka: profile listing carries over people's data on subsequent users. 2005-12-03 17:12:56 +00:00
Dries Buytaert 9677ab121f - Patch by Richard Archer: add more functionality to menu item settings on node/*/edit pages. 2005-12-03 10:06:10 +00:00
Dries Buytaert 94f290c8ee - Patch by wtanaka: forum icon does not display as locked (aka closed) if comments are "disabled" instead of "read only". 2005-12-03 10:02:23 +00:00
Dries Buytaert ab0232c022 - Patch by asimmonds/eaton: fixed blogapi.module checkboxes on settings page. 2005-12-03 09:59:25 +00:00
Dries Buytaert 75d2089fba - Patch by Alex/chx: #validate, #submit, #process consistency 2005-12-03 09:44:50 +00:00
Dries Buytaert 7bdd8b3718 - Patch by Alex: remove form_filter type. 2005-12-02 15:46:46 +00:00
Dries Buytaert 272c6b95fa - Patch by killes: fixed typo in function call: _forum_get_vid -> _forum_get_vid(). 2005-12-02 15:38:58 +00:00
Dries Buytaert 26bd449860 - Patch by chx: rename '_execute' to '_submit' and '#execute' to '#submit'. 2005-12-02 15:21:01 +00:00
Dries Buytaert 4a3b9fc883 - Patch by m3avrck: removed comma from date. 2005-12-02 15:19:54 +00:00
Dries Buytaert 0dad5d9e45 - Patch by saerdna et al.: added a 'change own username' permission. 2005-12-02 15:18:32 +00:00
Dries Buytaert b040c8f857 - Patch by m3avrck: the log message should have its own fieldset. 2005-12-02 15:13:17 +00:00
Dries Buytaert f5253a892a - Patch by Richard: no circular references. 2005-12-02 15:10:03 +00:00
Dries Buytaert 16bcdbda69 - Improved the protocol whitelist code. 2005-11-30 20:16:47 +00:00
Dries Buytaert a74ebcc87a - More fixes 2005-11-30 15:31:23 +00:00
Dries Buytaert 17ec644763 - Patch by djun: we're moving the DocBook output to a contributed module. It's not a core feature. 2005-11-30 13:16:53 +00:00
Dries Buytaert b8ae0b3218 - Patch by Robert: add permission to enable/disbale theme switching by users. 2005-11-30 11:09:38 +00:00
Dries Buytaert 0f6067fc84 - Removed valid_input_check(). 2005-11-30 11:03:58 +00:00
Dries Buytaert bcb6257b31 - Removed valid_input_check(). 2005-11-30 10:09:28 +00:00
Steven Wittens 0ff2db93dd - : Fix code warnings in filter.module 2005-11-30 00:12:23 +00:00
Dries Buytaert 2d0df351d7 - Various fixes. Updated CHANGELOG.txt 2005-11-29 20:17:10 +00:00
Dries Buytaert 236da7af05 - Patch : adding taxonomy terms has no feedback 2005-11-29 17:41:27 +00:00
Dries Buytaert 69f3a4d654 - Improved consistency: "Clear Site" -> "Clear site", "Re-index Site" -> "Re-index site" 2005-11-29 06:20:18 +00:00
Steven Wittens b9415b4b9c - : Remember publishing options when editing node 2005-11-29 03:18:57 +00:00
Steven Wittens 670e835772 - Menu wasn't being wiped after enabling/disabling themes 2005-11-29 02:52:20 +00:00
Steven Wittens 15b5004590 - : Missing url() for poll form action 2005-11-28 23:49:50 +00:00
Steven Wittens 6fc0a68f08 - : Improve handling of preprocessor-generated words in search queries.
- Improve search's default CJK tokenizer
- Re-add index wipe button to admin (with confirmation)
- Make default CJK tokenizer optional
2005-11-28 20:00:21 +00:00
Dries Buytaert fff9a51352 - Patch by wtanaka: made the login block redirect back to the original page. 2005-11-28 12:31:47 +00:00
Dries Buytaert 42518af257 - Bring back taxonomy_form_all(). 2005-11-28 12:24:58 +00:00
Dries Buytaert 8784a7d13a - Patch by Zen: comments that should be in the moderation queue get published. 2005-11-27 11:45:03 +00:00
Dries Buytaert c647b39c2c - Patch by Neil: fixed problem with node settings. 2005-11-27 11:11:46 +00:00
Dries Buytaert 247e012c35 - Patch by drumm: more logical naming of themeable functions 2005-11-27 11:07:02 +00:00
Dries Buytaert 679649baaa - Patch by Jaza: remove taxnomy_form_all(). 2005-11-27 09:26:46 +00:00
Dries Buytaert 90535c33aa - Patch by wtanaka: fixed XHTML validation problem. 2005-11-26 19:45:31 +00:00
Dries Buytaert 5b16e6b0a9 - Patch by assimmonds: make the search box look identical to Drupal 4.6 2005-11-25 15:26:11 +00:00