Commit Graph

3794 Commits (e19a3cf42d73942e37ca644f8ba5fa271b983e3d)

Author SHA1 Message Date
Steven Wittens 583e63c136 Theme system bug: only show search box if search.module is enabled. 2004-10-14 02:38:33 +00:00
Steven Wittens 39e40b5bbd Bug: the default filter setup had the wrong filter delta for the linebreak filter. Now it matches updates.inc. 2004-10-13 20:57:54 +00:00
Steven Wittens aaa214e4a8 #6595: Unifying profile.module textbox widths with user.module. 2004-10-13 20:35:46 +00:00
Steven Wittens b5806c7595 #11503: Fixing bad t() 2004-10-13 20:29:12 +00:00
Dries Buytaert 551782a5b2 - Modified patch #10424 by Jeremy: deleting terms can orphan child terms in the database.
I rewrote this patch for simplicity.
2004-10-13 18:38:33 +00:00
Steven Wittens b3451d0274 Adding a note about the usage of form_hidden inside form_checkbox and form_checkboxes. 2004-10-13 17:21:06 +00:00
Dries Buytaert 0261efc8fd - Patch #11531 by killes: it was not possible to deselect all choices of a form_checkboxes array. 2004-10-13 17:08:50 +00:00
Dries Buytaert 4bc031b13e - Patch #11530 by Frodo: fixed long filter tips. 2004-10-13 17:03:06 +00:00
Steven Wittens 986a476c45 Reverting the last #9292 (php 5 compatibility) patch, by request of killes. It broke stuff. 2004-10-12 23:33:38 +00:00
Dries Buytaert 306cfdf17a - Patch #9292 by Gerhard: fixed another array_merge + PHP5 woe. 2004-10-12 20:20:28 +00:00
Dries Buytaert 2510f322a1 - Modified patch #10613 by killes: generate a 'page not found'-page when a requested node does not exist. I modified the patch to avoid duplicate 'not found'-checking in the second bulk. 2004-10-12 20:01:25 +00:00
Dries Buytaert 5f28d97a0f - Patch #11271 by Ber: fixed form_radios() to generate valid XHTML code. This makes the code generated by the poll module XHTML compliant.
- Similarly, I updated form_checkboxes() to generate valid XHTML code.
2004-10-12 19:55:53 +00:00
Dries Buytaert 467bc55972 - Patch #11434: made request_uri() (and thus forms) work on IIS. 2004-10-12 19:50:12 +00:00
Dries Buytaert 8ce9d2aca4 - Patch #11298 by nato: the function _forum_topics_read was not returning only nodes of type 'forum' resulting in the forum overview listing counting all node types as topics; attached patch modifies queries to return counts of only 'forum' type nodes. 2004-10-12 19:44:16 +00:00
Steven Wittens a185443ed3 #11503: consistency improvements by Stefan 2004-10-12 16:16:22 +00:00
Steven Wittens 2c4a82bda2 #11503: (more) missing t() 2004-10-12 16:10:54 +00:00
Steven Wittens 7a536c06d4 #11503: missing t() in throttle and filter modules. 2004-10-12 15:56:02 +00:00
Dries Buytaert c21e3634bb - Patch #11431 by Gerhard: made sure no empty strings are exported + replaced some double quotes by single quotes. 2004-10-11 19:57:42 +00:00
Dries Buytaert 63e9b06e75 - Bugfix: provide an absolute URL to the 'ping servers'. 2004-10-10 19:43:23 +00:00
Dries Buytaert abcfd21927 - Code improvement: removed some redundant code from the node module. 2004-10-10 11:17:24 +00:00
Dries Buytaert 5407b630e3 - Orphaned the node_link() hook as per #9769. 2004-10-10 11:12:57 +00:00
Dries Buytaert e769215e2d - Code improvement: removed some redundant code from the book module. 2004-10-10 11:11:38 +00:00
Dries Buytaert bc5ec8ea09 - Fixed critical bug #10664: made comment in collapsed mode work. One more down. 2004-10-10 10:56:59 +00:00
Dries Buytaert 63c2d32900 - Changed FollowSymLinks to +FollowSymLinks. 2004-10-09 20:41:49 +00:00
Dries Buytaert 2aae0af5d7 - Patch #11426: the forum module generated an empty table for forums with no child forums. 2004-10-09 17:15:55 +00:00
Dries Buytaert ec9b0b06a8 - Setting the version number to '4.5.0 RC'. 2004-10-09 16:34:52 +00:00
Dries Buytaert 50bf139960 - Fixed bug #11405: unchecking the "publish" box in the default workflow admin page (admin/node/configure/defaults) did not cause the default workflow to change. This was caused by the fact that node_validate() forced the value of the status field to "1". 2004-10-09 16:27:59 +00:00
Dries Buytaert 489903fd90 - Bugfix: the filter tips contained a non-existing ID which resulted in invalid XHTML code. 2004-10-09 16:01:07 +00:00
Dries Buytaert a56f9b5c9f - Bugfix: the filter module generated an empty <ul></ul> (= invalid XHTML) when no filter tips are present. 2004-10-09 15:47:44 +00:00
Dries Buytaert 48bcc19ca2 - Patch #10613 by Gerhard: calling a non-existent username or user ID in the blog module URL now returns a 404 error instead of an empty blog page. 2004-10-09 06:52:35 +00:00
Dries Buytaert f8e532f714 - Patch #4925 by erikhopp: comment module emits too many id="comment"s, so the comment form's one has been renamed to 'comment-form'. This is also more consistent with the 'node-form' one. 2004-10-09 06:43:50 +00:00
Dries Buytaert cca3c34faa - Patch #11401 by Goba: documentation updates:
+ Made error strings in blog.module consistent.
   + Explained a bit better what the RSD setting is for in the blog module.
   + Removed the notes about PHP content from block module and book module, since everything is handled via the input formats now.
2004-10-09 06:29:16 +00:00
Steven Wittens 4ffb22a81c Changing the value of variable "update_start" to match updates.inc. 2004-10-08 18:15:15 +00:00
Dries Buytaert 57a96cbb78 - Bug #10530: added a missing period to a sentence in the help text. 2004-10-08 16:54:35 +00:00
Dries Buytaert 673f35037d - Patch #11179 by stefan: fixed broken URL in context sensitive help. 2004-10-08 16:52:02 +00:00
Dries Buytaert 44f89e5aef - Patch #11388 by pss0ft/Stefan: fixed time offset bug in archive module. 2004-10-08 11:29:31 +00:00
Dries Buytaert af1eb3b9db - Reintroduced the book outline feature: non-book pages now have an outline-tab on their node page, given you have permission to maintain books. Using the outline-tab, nodes can be added to a book's hierarchy. Also added some context sensitive help and fixed some quotes. 2004-10-08 11:17:59 +00:00
Dries Buytaert 5f5b02af92 - Patch #11375 by Robert Douglass: removed redundant 'global $user' from forum_insert(). 2004-10-07 19:07:57 +00:00
Steven Wittens bd7d38bd5b Hopefully fixing all filter issues with comments. 2004-10-07 14:33:54 +00:00
Dries Buytaert 96121dbbe2 - Small refinement with regard to the page title. 2004-10-06 20:43:05 +00:00
Dries Buytaert 36c0cda221 - Rewored 'track posts' to 'track'. 2004-10-06 20:00:56 +00:00
Dries Buytaert 67e4f74449 - Usability improvement: the 'recent posts' feature on the user pages lead
to a page with a confusing (wrong) title so I shuffled things around a bit
  and tab-ified it as 'track'.
2004-10-06 18:26:01 +00:00
Dries Buytaert 67925ce081 - Patch #11232 by David: fixed bug in upgrade path of the aggregator module. 2004-10-06 18:09:34 +00:00
Dries Buytaert 905d530abd - Patch #11312 by killes: fixed problems with menu caching. 2004-10-06 12:18:03 +00:00
Dries Buytaert 9a8cd6a2e7 - Patch #11312 by killes: fixed problems with menu caching. 2004-10-06 11:51:48 +00:00
Dries Buytaert f9b92e0f68 - Patch #11316 by ankur: added missing %d in INSERT-query. 2004-10-05 21:42:58 +00:00
Dries Buytaert 570d203bb5 - Patch #11312 by Killes: rebuild the menu after importing a PO file. 2004-10-05 20:09:47 +00:00
Steven Wittens c539391656 Fixing problems with filter formats and comments. 2004-10-05 19:45:32 +00:00
Dries Buytaert 407af36656 - Patch #11286 by Neill: fixed broken link in form description. 2004-10-05 05:08:01 +00:00
Dries Buytaert 503c784557 - Simplified/reorganized version of patch #9620 by Jeremy: fixed errors when writing to cache. 2004-10-04 22:04:07 +00:00