Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Refined the regex to validate the input. | Dries Buytaert | 2004-02-08 |
| | |||
* | - Small bugfix. | Dries Buytaert | 2004-02-07 |
| | |||
* | - Batch two with profile module improvements: | Dries Buytaert | 2004-02-07 |
| | | | | | | + Reworked the 'account administration' page. + Fixed bug in the 'edit account' page. + Removed some dead code from the system.module. | ||
* | - First batch of profile module improvements: | Dries Buytaert | 2004-02-07 |
| | | | | | | | | | | | | | + Tidied up the profile configuration page: grouped form elements. + Tidied up the block configuration settings: removed hard-coded table. + Changed the profile API to return the preferred group name, and changed the user module to group settings. Modules implementing the _user hook will need to be udpated. + Removed register_form and register_validate for now. | ||
* | - Patch #5501: fixed invalid HTML in the comment and tracker module. | Dries Buytaert | 2004-02-07 |
| | |||
* | - Patch #5048 by flevour: added missing t() function. | Dries Buytaert | 2004-02-07 |
| | |||
* | - Usability improvement: changed 'messages' to 'logs'. | Dries Buytaert | 2004-02-07 |
| | |||
* | - Bug 4853: fixed invalid taxonomy query. | Dries Buytaert | 2004-02-07 |
| | |||
* | - Removed the 'remember me' feature. It has been broken for many months. | Dries Buytaert | 2004-02-06 |
| | | | | When an elegant fix is found, it will reappear. | ||
* | - Fix: do not call prepare hook when the admin has chosen to escape everything | Steven Wittens | 2004-02-06 |
| | | | | - Code style: use constants to prevent confusing configuration options | ||
* | - Fixed problem with multiple node types. Patch by JonBob. | Dries Buytaert | 2004-02-06 |
| | |||
* | - Added the possibility to reorder filters. Patch by UnConeD. | Dries Buytaert | 2004-02-06 |
| | |||
* | - Throttle: fixed incorrect watchdog message (seems a leftover from before). | Steven Wittens | 2004-02-05 |
| | |||
* | - Fixed bug #5628: wrong timestamp in aggregator. Patch by BartJ. | Dries Buytaert | 2004-02-04 |
| | |||
* | Rolling back a couple of incorrect replacements in Dries' ↵ | Steven Wittens | 2004-02-02 |
| | | | | double-to-single-quotes patch. | ||
* | Typo | Steven Wittens | 2004-02-02 |
| | |||
* | - Changed 1100+ double quotes to single quotes. | Dries Buytaert | 2004-02-01 |
| | |||
* | - Patch #5575 by Stefan: fixed invalid XHTML code in the node and taxonomy ↵ | Dries Buytaert | 2004-02-01 |
| | | | | module. | ||
* | - Replaced a bunch of double quotes by single quotes. | Dries Buytaert | 2004-02-01 |
| | |||
* | - Patch #5567 by Goba: fixed t() functions, cleanup of locale module's help, | Dries Buytaert | 2004-02-01 |
| | | | | fixed translation issues in taxonomy module, etc. | ||
* | Fixed bug in query: if "%" is used in an SQL query, it needs to be escaped ↵ | Steven Wittens | 2004-02-01 |
| | | | | | | | | as %% because otherwise it can get parsed by the sprintf() in db_query(). See: http://drupal.org/node/view/5531 (present in HEAD as well) | ||
* | - Fixes by Goba: updated help text of mass URL aliasing and fixed escaping ↵ | Dries Buytaert | 2004-02-01 |
| | | | | problem. | ||
* | - Fixed tracker bug: tracker module has a line of faulty code which tries | Dries Buytaert | 2004-01-31 |
| | | | | to get the node name in the old way. Patch by JonBob. | ||
* | - Patch by Goba: added form descriptions where appropriate and removed some | Dries Buytaert | 2004-01-31 |
| | | | | duplicated code from the comment module. | ||
* | - Patch #5526 by Kjartan: cleaned up node_page(), show a 404 when the node | Dries Buytaert | 2004-01-31 |
| | | | | could not be found. | ||
* | - Modified filter patch by Ax. | Dries Buytaert | 2004-01-31 |
| | |||
* | - Cleanup: modified some context-sensitive help, changed "s to 's, added | Dries Buytaert | 2004-01-31 |
| | | | | | <legend> and <fieldset> tags, used drupal_set_message() to print a status message and removed some dead code. | ||
* | - Removed obsolete head hook. | Kjartan Mannes | 2004-01-30 |
| | |||
* | - Modified node and comments to not be marked as new when they are 30 days old. | Kjartan Mannes | 2004-01-29 |
| | |||
* | - Fixed bug #5434: added missing "/" in link to be XHTML compliant. Patch ↵ | Dries Buytaert | 2004-01-29 |
| | | | | by pz. | ||
* | - Fixed bug #5479: Default comments per page setting broken. (walkah) | Kjartan Mannes | 2004-01-29 |
| | |||
* | - Replaced the 'active post' and 'recent post' by better integrated and | Dries Buytaert | 2004-01-28 |
| | | | | | | easier to understand 'new' links. The 'new' links are clickable both at the forum overview (to get to the new forum topics) and at the topic overview (to get to the new comments). | ||
* | - Patch 4332 by Goba: eliminate compose tips module. | Dries Buytaert | 2004-01-27 |
| | |||
* | - Patch 5049 by JonBob: allow a module to define multiple node types. | Dries Buytaert | 2004-01-27 |
| | |||
* | - Patch 5246 by Stefan: usability improvements for the locale module. | Dries Buytaert | 2004-01-26 |
| | |||
* | - Patch #5393 by Goba: changes the search hook return value, and requires an ↵ | Dries Buytaert | 2004-01-26 |
| | | | | | | | | | | | array containing two elements, the first being the requested title, and the second being the result list. Advantages: * Cleaner search code in common.inc * Po extraction is possible and works fine * No hardcoded exceptions for node and comment modules, since any module can return results in order of relevance (or another order) | ||
* | - Patch 5395 by Goba: no need to have an 'enable' setting. | Dries Buytaert | 2004-01-26 |
| | |||
* | - Made it possible to assing taxonomy terms to forum nodes. Tidied up the | Dries Buytaert | 2004-01-25 |
| | | | | forum module code a bit. | ||
* | - Removed the 'Page not found' message after the initial install and removed | Dries Buytaert | 2004-01-24 |
| | | | | some old user module logic to install the initial role IDs. | ||
* | - Fixed bug in image parsing: caused 'Array' to be printed on the screen. | Dries Buytaert | 2004-01-24 |
| | |||
* | Patch 5287 by Stefan: multiline help texts should become inside a single ↵ | Dries Buytaert | 2004-01-23 |
| | | | | $output. | ||
* | - Patch 5330 by Adrian: PostgreSQL updates and fixes. | Dries Buytaert | 2004-01-23 |
| | |||
* | - Forum module improvements. | Dries Buytaert | 2004-01-21 |
| | |||
* | - Patch #5281: removed hardcoded table and CSS from the queue module. Made | Dries Buytaert | 2004-01-21 |
| | | | | the queue page-able. Patch by Stefan. | ||
* | - Bug 5285: fixed broken URLs in user module. Patch by Stefan. | Dries Buytaert | 2004-01-21 |
| | |||
* | - Patch 5283 by Stefan: fixed typos in comment module. | Dries Buytaert | 2004-01-21 |
| | |||
* | Patch 5187 by Goba: | Dries Buytaert | 2004-01-21 |
| | | | | | | | | | - puts the long multiline help text into one string - fixes the ambiquity of calling two things on the same name: "custom block" now the user customizeable blocks are called custom blocks, and the admin defined blocks are called Administator Defined Blocks - added info on throttle to the explanation on when a block is displyed - also fixing some small typos | ||
* | - Patch 5256: code improvements: theme('header') + theme('footer') -> ↵ | Dries Buytaert | 2004-01-19 |
| | | | | | | theme('page'). Patch by Gerhard. | ||
* | - Changed some wording | Dries Buytaert | 2004-01-19 |
| | |||
* | - Removed instances of the 'throttle_enable' variable. | Dries Buytaert | 2004-01-19 |
| |