Commit Graph

2196 Commits (4ffb22a81c2d332382ef9c508c926613ff754ac5)

Author SHA1 Message Date
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 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
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
Steven Wittens dbead89c1f Part of #11280: node_preview() should only generate a teaser if none is present (e.g. provided by a module like excerpt.module). 2004-10-04 20:34:23 +00:00
Dries Buytaert 57def735f4 - Patch #11166 by drumm: removed redundant help page from the taxonomy module. 2004-10-04 18:32:05 +00:00
Dries Buytaert aa6d81c19e - Modified version of patch #11099 by Alan Chandler:
+ Fixed problem with channel data not being trimmed.
   + Made some queries ANSI SQL so they work with PostgreSQL.
2004-10-03 10:03:52 +00:00
Dries Buytaert 327a256a2e - Removed the title attribute from the taxonomy links. Temporary fix for #7468. 2004-09-30 19:12:44 +00:00
Dries Buytaert f97999d1a4 - Patch #10920 by jhriggs: fixed bug with comment moderation. 2004-09-30 18:13:25 +00:00
Dries Buytaert 98b116555d - Removed the link feature. It was death code, bound to confuse people.
TODO after Drupal 4.5.0: clean up the page module and remove additional cruft.
2004-09-29 18:05:11 +00:00
Dries Buytaert 014bbd32ee - Fixed SQL query in book module. Patch by killes. 2004-09-29 14:15:44 +00:00
Dries Buytaert f4b076bc01 - Patch #10977 by killes: review node access checks in book module. 2004-09-29 05:42:37 +00:00
Steven Wittens 1298d2b9c9 Modified version of #10230: Put placement of filter format selector in a module's hands, and move it below the relevant textarea. 2004-09-28 19:13:03 +00:00
Dries Buytaert 60f945bcc7 - Patch #11138 by Al: fixed GUI problem with deleting users. 2004-09-28 18:31:11 +00:00
Dries Buytaert ff17aa0b94 - Patch #11045 by Stefan: improved consistency of node modules:
+ made the helptext under the 'Explanation or submission guidelines', more the same (blog & story);
  + made the form_set_error() texts consistent when the body of a blog/story does not match or exceeds the specified minimal numer of words.
  + used the $options for form_select() and form_radios() inline like we do in the rest of drupal;
  + made the textarea sizes for the submission pages the same for all node types and also for the 'Explanation or submission guidelines';
2004-09-27 20:15:54 +00:00
Dries Buytaert fc3676d50b - Patch #10977 by Gerhard: added node permission checks to the SQL queries.
NOTE: I had to modify the book module patch for it to work -- it was throwing SQL errors at me.
2004-09-27 20:10:29 +00:00
Dries Buytaert 8d2eb9a55f - Patch #11083 by Allan Chandler: fixes PostgreSQL specific issue with the statistics pages. 2004-09-27 19:59:09 +00:00
Steven Wittens eecbda5635 - Fixing user_load() to use sprintf db_query syntax. Uglier, but safer. 2004-09-24 20:04:54 +00:00
Dries Buytaert 309b411803 - Modified patch #10904 by JonathanS: fixed book teasers not being check_output'ed. 2004-09-24 05:48:21 +00:00
Steven Wittens f298481316 - user.module: allow non-ascii usernames. 2004-09-24 02:38:29 +00:00
Dries Buytaert db24d26dbb - Fixed HTML typo in the documentation: <p> -> </p>. Fixes bug #10412. 2004-09-22 21:36:47 +00:00
Dries Buytaert 86b9c40c88 - Patch #11001 by Philippe: added support for dates in ISO-8601 format. 2004-09-22 17:50:55 +00:00
Dries Buytaert 7823ee8afd - Patch #10997 by Philippe: the forum submission guidelines were not always shown. 2004-09-22 17:46:44 +00:00
Dries Buytaert d37c39dce2 - Revert some changes. 2004-09-21 21:30:26 +00:00
Dries Buytaert de93655e36 - Patch #10993 by walkah: fixed problem with blogapi's error checking. 2004-09-21 20:18:24 +00:00
Dries Buytaert 1c592921ba - Patch #10961 by Gerhard: fixed PHP warning in the 'add menu item' form. 2004-09-21 18:49:54 +00:00
Dries Buytaert 4f5164c980 - Patch #10977 by Gerhard: added missing node access controls for RSS feeds. 2004-09-21 18:43:54 +00:00
Dries Buytaert 4a6e2258ba - Patch #10982 by TDobes: usability improvement: changed the link in search.module watchdog entries from "view results" to "results". This better matches watchdog entries from other modules. 2004-09-21 18:35:30 +00:00
Dries Buytaert 1a91e6e1bc - Patch #10730 by Adrian: made it possible to upload a logo. 2004-09-21 18:33:51 +00:00
Dries Buytaert f8080719f2 - Patch #10983 by TDobes: failed logon attempts produce nonsensical watchdog message. 2004-09-21 17:46:22 +00:00
Steven Wittens c6281c464c Profile.module: removing incorrect use of strtolower which messes up UTF-8 data. 2004-09-20 23:42:11 +00:00
Dries Buytaert 293c283c3b - Patch #10884 by killes: node_access_where_sql() lost a parameter. 2004-09-20 20:06:29 +00:00
Dries Buytaert 002f6c9361 - Patch #10722 by drumm: the user's signature was not remembered when the 'my account' form was found to be invalid. 2004-09-20 20:02:42 +00:00
Dries Buytaert 16d3f9bc60 - Patch #10845 by James: fixed the user/help page. 2004-09-20 19:27:51 +00:00
Dries Buytaert 228b3c7cc8 - Patch #10945 by Adrian: more PostgreSQL fixes/updates. 2004-09-20 17:58:14 +00:00
Dries Buytaert 8ae5e4417a - Bugfix: it was not possible to delete nodes. Reported by Philippe. 2004-09-20 12:05:31 +00:00
Steven Wittens 710d76171e #10441: Splitting up upload permissions in 2: one for uploading and one for viewing/downloading. It does not make sense to only allow downloading for people who can upload themselves. 2004-09-19 22:56:26 +00:00
Dries Buytaert bc58116129 - Usability improvement: on the registration page, mark the username and e-mail
address as required fields.  This makes for more consistent behavior, as the
  profile module might add required fields that are marked as such.
2004-09-19 13:43:29 +00:00
Dries Buytaert 5281a22070 - Usability improvement: made the status messages use <em>foo</em> rather than "foo". 2004-09-19 13:39:46 +00:00
Dries Buytaert 2b9aaf7159 - Bugfix: making changes to the user profiles should flush the cache. 2004-09-19 13:33:08 +00:00