- Sep 28, 2004
-
-
Steven Wittens authored
Modified version of #10230: Put placement of filter format selector in a module's hands, and move it below the relevant textarea.
-
Dries Buytaert authored
- Patch #11138 by Al: fixed GUI problem with deleting users.
-
- Sep 27, 2004
-
-
Dries Buytaert authored
+ 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';
-
Dries Buytaert authored
- 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.
-
Dries Buytaert authored
- Patch #11083 by Allan Chandler: fixes PostgreSQL specific issue with the statistics pages.
-
Dries Buytaert authored
- Patch #11094 by Allen Chandler and Adrian: fixed PostgreSQL related SQL problem in aggregator module.
-
Dries Buytaert authored
- Added small note about PHP5 compatibility.
-
- Sep 24, 2004
-
-
Steven Wittens authored
-
Dries Buytaert authored
-
Steven Wittens authored
-
- Sep 23, 2004
-
-
Steven Wittens authored
-
- Sep 22, 2004
-
-
Dries Buytaert authored
- Fixed HTML typo in the documentation: <p> -> </p>. Fixes bug #10412.
-
Dries Buytaert authored
- Bugfix: the access rule mask does not have to be unique. It should be possible to use a particular mask for both e-mail and username rules. This also avoids an SQL query error. Fixes bug report #10551.
-
Dries Buytaert authored
- Patch #11001 by Philippe: added support for dates in ISO-8601 format.
-
Dries Buytaert authored
- Patch #10997 by Philippe: the forum submission guidelines were not always shown.
-
- Sep 21, 2004
-
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Dries Buytaert authored
- Patch #10961 by Gerhard: fixed PHP warning in the 'add menu item' form.
-
Dries Buytaert authored
- Patch #10977 by Gerhard: added missing node access controls for RSS feeds.
-
Dries Buytaert authored
-
Dries Buytaert authored
- Patch #10981 by Ber: removed custom links from configuration file. They are no longer used.
-
Dries Buytaert authored
- 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.
-
Dries Buytaert authored
- Patch #10730 by Adrian: made it possible to upload a logo.
-
Dries Buytaert authored
-
Steven Wittens authored
Changing div.more-link from float: right; back to text-align: right; as it was a while ago. Floats do not advance the document vertically, which meant the more link hovered over whatever was below it.
-
- Sep 20, 2004
-
-
Steven Wittens authored
-
Dries Buytaert authored
-
Dries Buytaert authored
- Patch #10722 by drumm: the user's signature was not remembered when the 'my account' form was found to be invalid.
-
Dries Buytaert authored
- Patch #10472 by Gerhard and Steven: fixed bug when paging through the search results of the locale module.
-
Dries Buytaert authored
- Patch #10845 by James: fixed the user/help page.
-
Dries Buytaert authored
- Patch #10945 by Adrian: more PostgreSQL fixes/updates.
-
Steven Wittens authored
-
Dries Buytaert authored
- Bugfix: it was not possible to delete nodes. Reported by Philippe.
-
- Sep 19, 2004
-
-
Steven Wittens authored
#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.
-
Dries Buytaert authored
address as required fields. This makes for more consistent behavior, as the profile module might add required fields that are marked as such.
-
Dries Buytaert authored
- Usability improvement: made the status messages use <em>foo</em> rather than "foo".
-
Dries Buytaert authored
- Bugfix: making changes to the user profiles should flush the cache.
-
Dries Buytaert authored
- Patch #6500 by Mathias with help from Steven: made it possible to add fields to the registration form. This feature used to exist.
-
Steven Wittens authored
- Adding menu callbacks to taxonomy admin. Before this patch, some admin pages only showed tabs and the wrong title.
-
Dries Buytaert authored
- Bugfix: using non numeric terms in taxonomy-page URLs would result in SQL errors.
-