summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Patch #10677 by drumm: removed dead code. Leftover.Dries Buytaert2004-10-14
|
* #10677: Confirmation when deleting a block + unifying confirmation screens.Steven Wittens2004-10-14
|
* fixing typoes.Steven Wittens2004-10-14
|
* Theme system bug: only show search box if search.module is enabled.Steven Wittens2004-10-14
|
* #6595: Unifying profile.module textbox widths with user.module.Steven Wittens2004-10-13
|
* #11503: Fixing bad t()Steven Wittens2004-10-13
|
* - Modified patch #10424 by Jeremy: deleting terms can orphan child terms in ↵Dries Buytaert2004-10-13
| | | | | | the database. I rewrote this patch for simplicity.
* - Patch #11530 by Frodo: fixed long filter tips.Dries Buytaert2004-10-13
|
* - Modified patch #10613 by killes: generate a 'page not found'-page when a ↵Dries Buytaert2004-10-12
| | | | requested node does not exist. I modified the patch to avoid duplicate 'not found'-checking in the second bulk.
* - Patch #11298 by nato: the function _forum_topics_read was not returning ↵Dries Buytaert2004-10-12
| | | | 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.
* #11503: consistency improvements by StefanSteven Wittens2004-10-12
|
* #11503: (more) missing t()Steven Wittens2004-10-12
|
* #11503: missing t() in throttle and filter modules.Steven Wittens2004-10-12
|
* - Bugfix: provide an absolute URL to the 'ping servers'.Dries Buytaert2004-10-10
|
* - Code improvement: removed some redundant code from the node module.Dries Buytaert2004-10-10
|
* - Orphaned the node_link() hook as per #9769.Dries Buytaert2004-10-10
|
* - Code improvement: removed some redundant code from the book module.Dries Buytaert2004-10-10
|
* - Fixed critical bug #10664: made comment in collapsed mode work. One more ↵Dries Buytaert2004-10-10
| | | | down.
* - Patch #11426: the forum module generated an empty table for forums with no ↵Dries Buytaert2004-10-09
| | | | child forums.
* - Fixed bug #11405: unchecking the "publish" box in the default workflow ↵Dries Buytaert2004-10-09
| | | | 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".
* - Bugfix: the filter tips contained a non-existing ID which resulted in ↵Dries Buytaert2004-10-09
| | | | invalid XHTML code.
* - Bugfix: the filter module generated an empty <ul></ul> (= invalid XHTML) ↵Dries Buytaert2004-10-09
| | | | when no filter tips are present.
* - Patch #10613 by Gerhard: calling a non-existent username or user ID in the ↵Dries Buytaert2004-10-09
| | | | blog module URL now returns a 404 error instead of an empty blog page.
* - Patch #4925 by erikhopp: comment module emits too many id="comment"s, so ↵Dries Buytaert2004-10-09
| | | | the comment form's one has been renamed to 'comment-form'. This is also more consistent with the 'node-form' one.
* - Patch #11401 by Goba: documentation updates:Dries Buytaert2004-10-09
| | | | | | + 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.
* - Bug #10530: added a missing period to a sentence in the help text.Dries Buytaert2004-10-08
|
* - Patch #11179 by stefan: fixed broken URL in context sensitive help.Dries Buytaert2004-10-08
|
* - Patch #11388 by pss0ft/Stefan: fixed time offset bug in archive module.Dries Buytaert2004-10-08
|
* - Reintroduced the book outline feature: non-book pages now have an ↵Dries Buytaert2004-10-08
| | | | 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.
* - Patch #11375 by Robert Douglass: removed redundant 'global $user' from ↵Dries Buytaert2004-10-07
| | | | forum_insert().
* Hopefully fixing all filter issues with comments.Steven Wittens2004-10-07
|
* - Small refinement with regard to the page title.Dries Buytaert2004-10-06
|
* - Rewored 'track posts' to 'track'.Dries Buytaert2004-10-06
|
* - Usability improvement: the 'recent posts' feature on the user pages leadDries Buytaert2004-10-06
| | | | | to a page with a confusing (wrong) title so I shuffled things around a bit and tab-ified it as 'track'.
* - Patch #11312 by killes: fixed problems with menu caching.Dries Buytaert2004-10-06
|
* - Patch #11316 by ankur: added missing %d in INSERT-query.Dries Buytaert2004-10-05
|
* Fixing problems with filter formats and comments.Steven Wittens2004-10-05
|
* - Patch #11286 by Neill: fixed broken link in form description.Dries Buytaert2004-10-05
|
* - Simplified/reorganized version of patch #9620 by Jeremy: fixed errors when ↵Dries Buytaert2004-10-04
| | | | writing to cache.
* Part of #11280: node_preview() should only generate a teaser if none is ↵Steven Wittens2004-10-04
| | | | present (e.g. provided by a module like excerpt.module).
* - Patch #11166 by drumm: removed redundant help page from the taxonomy module.Dries Buytaert2004-10-04
|
* - Modified version of patch #11099 by Alan Chandler:Dries Buytaert2004-10-03
| | | | | + Fixed problem with channel data not being trimmed. + Made some queries ANSI SQL so they work with PostgreSQL.
* - Removed the title attribute from the taxonomy links. Temporary fix for #7468.Dries Buytaert2004-09-30
|
* - Patch #10920 by jhriggs: fixed bug with comment moderation.Dries Buytaert2004-09-30
|
* - Removed the link feature. It was death code, bound to confuse people.Dries Buytaert2004-09-29
| | | | TODO after Drupal 4.5.0: clean up the page module and remove additional cruft.
* - Fixed SQL query in book module. Patch by killes.Dries Buytaert2004-09-29
|
* - Patch #10977 by killes: review node access checks in book module.Dries Buytaert2004-09-29
|
* Modified version of #10230: Put placement of filter format selector in a ↵Steven Wittens2004-09-28
| | | | module's hands, and move it below the relevant textarea.
* - Patch #11138 by Al: fixed GUI problem with deleting users.Dries Buytaert2004-09-28
|
* - Patch #11045 by Stefan: improved consistency of node modules:Dries Buytaert2004-09-27
| | | | | | | + 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';