Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Removed the title attribute from the taxonomy links. Temporary fix for #7468. | Dries Buytaert | 2004-09-30 |
| | |||
* | - Patch #10920 by jhriggs: fixed bug with comment moderation. | Dries Buytaert | 2004-09-30 |
| | |||
* | - Drupal does not fully support PHP5 yet. | Dries Buytaert | 2004-09-30 |
| | |||
* | - Removed the link feature. It was death code, bound to confuse people. | Dries Buytaert | 2004-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 Buytaert | 2004-09-29 |
| | |||
* | - Patch #10977 by killes: review node access checks in book module. | Dries Buytaert | 2004-09-29 |
| | |||
* | Modified version of #10230: Put placement of filter format selector in a ↵ | Steven Wittens | 2004-09-28 |
| | | | | module's hands, and move it below the relevant textarea. | ||
* | - Patch #11138 by Al: fixed GUI problem with deleting users. | Dries Buytaert | 2004-09-28 |
| | |||
* | - Patch #11045 by Stefan: improved consistency of node modules: | Dries Buytaert | 2004-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'; | ||
* | - Patch #10977 by Gerhard: added node permission checks to the SQL queries. | Dries Buytaert | 2004-09-27 |
| | | | | NOTE: I had to modify the book module patch for it to work -- it was throwing SQL errors at me. | ||
* | - Patch #11083 by Allan Chandler: fixes PostgreSQL specific issue with the ↵ | Dries Buytaert | 2004-09-27 |
| | | | | statistics pages. | ||
* | - Patch #11094 by Allen Chandler and Adrian: fixed PostgreSQL related SQL ↵ | Dries Buytaert | 2004-09-27 |
| | | | | problem in aggregator module. | ||
* | - Added small note about PHP5 compatibility. | Dries Buytaert | 2004-09-27 |
| | |||
* | - Fixing user_load() to use sprintf db_query syntax. Uglier, but safer. | Steven Wittens | 2004-09-24 |
| | |||
* | - Modified patch #10904 by JonathanS: fixed book teasers not being ↵ | Dries Buytaert | 2004-09-24 |
| | | | | check_output'ed. | ||
* | - user.module: allow non-ascii usernames. | Steven Wittens | 2004-09-24 |
| | |||
* | Fixing stray comma in database.*sql | Steven Wittens | 2004-09-23 |
| | |||
* | - Fixed HTML typo in the documentation: <p> -> </p>. Fixes bug #10412. | Dries Buytaert | 2004-09-22 |
| | |||
* | - Bugfix: the access rule mask does not have to be unique. It should be ↵ | Dries Buytaert | 2004-09-22 |
| | | | | possible to use a particular mask for both e-mail and username rules. This also avoids an SQL query error. Fixes bug report #10551. | ||
* | - Patch #11001 by Philippe: added support for dates in ISO-8601 format. | Dries Buytaert | 2004-09-22 |
| | |||
* | - Patch #10997 by Philippe: the forum submission guidelines were not always ↵ | Dries Buytaert | 2004-09-22 |
| | | | | shown. | ||
* | - Revert some changes. | Dries Buytaert | 2004-09-21 |
| | |||
* | - Patch #10993 by walkah: fixed problem with blogapi's error checking. | Dries Buytaert | 2004-09-21 |
| | |||
* | - Patch #10961 by Gerhard: fixed PHP warning in the 'add menu item' form. | Dries Buytaert | 2004-09-21 |
| | |||
* | - Patch #10977 by Gerhard: added missing node access controls for RSS feeds. | Dries Buytaert | 2004-09-21 |
| | |||
* | - Reworded an item for clarify. | Dries Buytaert | 2004-09-21 |
| | |||
* | - Patch #10981 by Ber: removed custom links from configuration file. They ↵ | Dries Buytaert | 2004-09-21 |
| | | | | are no longer used. | ||
* | - Patch #10982 by TDobes: usability improvement: changed the link in ↵ | Dries Buytaert | 2004-09-21 |
| | | | | search.module watchdog entries from "view results" to "results". This better matches watchdog entries from other modules. | ||
* | - Patch #10730 by Adrian: made it possible to upload a logo. | Dries Buytaert | 2004-09-21 |
| | |||
* | - Patch #10983 by TDobes: failed logon attempts produce nonsensical watchdog ↵ | Dries Buytaert | 2004-09-21 |
| | | | | message. | ||
* | Changing div.more-link from float: right; back to text-align: right; as it ↵ | Steven Wittens | 2004-09-21 |
| | | | | was a while ago. Floats do not advance the document vertically, which meant the more link hovered over whatever was below it. | ||
* | Profile.module: removing incorrect use of strtolower which messes up UTF-8 data. | Steven Wittens | 2004-09-20 |
| | |||
* | - Patch #10884 by killes: node_access_where_sql() lost a parameter. | Dries Buytaert | 2004-09-20 |
| | |||
* | - Patch #10722 by drumm: the user's signature was not remembered when the ↵ | Dries Buytaert | 2004-09-20 |
| | | | | 'my account' form was found to be invalid. | ||
* | - Patch #10472 by Gerhard and Steven: fixed bug when paging through the ↵ | Dries Buytaert | 2004-09-20 |
| | | | | search results of the locale module. | ||
* | - Patch #10845 by James: fixed the user/help page. | Dries Buytaert | 2004-09-20 |
| | |||
* | - Patch #10945 by Adrian: more PostgreSQL fixes/updates. | Dries Buytaert | 2004-09-20 |
| | |||
* | - Fixing problem with tall logos in chameleon.theme. | Steven Wittens | 2004-09-20 |
| | |||
* | - Bugfix: it was not possible to delete nodes. Reported by Philippe. | Dries Buytaert | 2004-09-20 |
| | |||
* | #10441: Splitting up upload permissions in 2: one for uploading and one for ↵ | Steven Wittens | 2004-09-19 |
| | | | | viewing/downloading. It does not make sense to only allow downloading for people who can upload themselves. | ||
* | - Usability improvement: on the registration page, mark the username and e-mail | Dries Buytaert | 2004-09-19 |
| | | | | | address as required fields. This makes for more consistent behavior, as the profile module might add required fields that are marked as such. | ||
* | - Usability improvement: made the status messages use <em>foo</em> rather ↵ | Dries Buytaert | 2004-09-19 |
| | | | | than "foo". | ||
* | - Bugfix: making changes to the user profiles should flush the cache. | Dries Buytaert | 2004-09-19 |
| | |||
* | - Patch #6500 by Mathias with help from Steven: made it possible to add ↵ | Dries Buytaert | 2004-09-19 |
| | | | | fields to the registration form. This feature used to exist. | ||
* | - Adding menu callbacks to taxonomy admin. Before this patch, some admin ↵ | Steven Wittens | 2004-09-19 |
| | | | | pages only showed tabs and the wrong title. | ||
* | - Bugfix: using non numeric terms in taxonomy-page URLs would result in SQL ↵ | Dries Buytaert | 2004-09-19 |
| | | | | errors. | ||
* | - Patch #10922 by drumm: usability improvment: tabified the user account ↵ | Dries Buytaert | 2004-09-19 |
| | | | | pages (login, register, request new password). | ||
* | #9292: Minor PHP 5 fixes. | Steven Wittens | 2004-09-19 |
| | |||
* | #10859: Locale string duplication bug. | Steven Wittens | 2004-09-19 |
| | |||
* | - #10909: Aggregator's menu depends on its categories and sources, so when ↵ | Steven Wittens | 2004-09-18 |
| | | | | they change, menu_rebuild() needs to be called. |