summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Changed some double quotes to single quotes.Dries Buytaert2004-02-08
|
* - Readding queue message on node add removed in rev 1.86.Kjartan Mannes2004-02-08
| | | | | Uses drupal_set_message() so the message doesn't interfeer with non-HTML formats (posting using blog API etc).
* - Removing timezone fix that crept in.Kjartan Mannes2004-02-08
|
* - Fixed codying style, typos, osbolete help.Kjartan Mannes2004-02-08
|
* Patch 5554 by Goba (slightly modified):Dries Buytaert2004-02-08
| | | | | | | | | | | | | | | | | - Modifies _user_mail_text() to automatically override the default strings when needed and apply t() on the strings. This lets Drupal translators include default messages in translations, and also removes a lot of repeated code. Modified the internal $messageid of the approval message from welcome_approval_body/subject to approval_body/subject, so automatic variable name computation can be done. This does not affect any variable table keys, since the change was especially done to keep the variable names... - Adds %login_uri and %edit_uri to move away from the concatenation approach used in the default messages, thus making those messages visible for the .po extractor - Uses direct return in help text generation when no more action need to be taken on the help string (the '$output .=' approach was just plain silly looking and misleading, since there was no preceding or appended string in $output)
* - Patch #5708 by Goba: moved the URL aliasing functions to a common place, soDries Buytaert2004-02-08
| | | | | | they will be part of the same documentation group, as well as created a new 'formatting functions' group and added a lot of docs for them. Also fixed some small errors reported by the doxygen parser.
* - Fixed typo introduced by last archive module patch.Dries Buytaert2004-02-08
|
* - Patch #5613 by Goba: fixed translation issue with archive module and removedDries Buytaert2004-02-08
| | | | some locale module code that is now part of extractor.php.
* - Added curly brackets around table nameDries Buytaert2004-02-08
|
* - Refined the regex to validate the input.Dries Buytaert2004-02-08
|
* - Mentioning filter system updates.Steven Wittens2004-02-07
|
* - Small bugfix.Dries Buytaert2004-02-07
|
* - Batch two with profile module improvements:Dries Buytaert2004-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 Buytaert2004-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 Buytaert2004-02-07
|
* - Patch #5048 by flevour: added missing t() function.Dries Buytaert2004-02-07
|
* - Usability improvement: changed 'messages' to 'logs'.Dries Buytaert2004-02-07
|
* - Bug 4853: fixed invalid taxonomy query.Dries Buytaert2004-02-07
|
* - Patch #5569 by mathias: fixed jumpy menu behavior with konqueror.Dries Buytaert2004-02-07
|
* - Removed the 'remember me' feature. It has been broken for many months.Dries Buytaert2004-02-06
| | | | When an elegant fix is found, it will reappear.
* - Fix: do not call prepare hook when the admin has chosen to escape everythingSteven Wittens2004-02-06
| | | | - Code style: use constants to prevent confusing configuration options
* - Fixed problem with multiple node types. Patch by JonBob.Dries Buytaert2004-02-06
|
* - Added the possibility to reorder filters. Patch by UnConeD.Dries Buytaert2004-02-06
|
* - Subset of patch 5613 by Goba: fixed some translation issues.Dries Buytaert2004-02-05
|
* - Throttle: fixed incorrect watchdog message (seems a leftover from before).Steven Wittens2004-02-05
|
* - Fixed bug #5628: wrong timestamp in aggregator. Patch by BartJ.Dries Buytaert2004-02-04
|
* Rolling back a couple of incorrect replacements in Dries' ↵Steven Wittens2004-02-02
| | | | double-to-single-quotes patch.
* TypoSteven Wittens2004-02-02
|
* - Changed 1100+ double quotes to single quotes.Dries Buytaert2004-02-01
|
* - Patch #5575 by Stefan: fixed invalid XHTML code in the node and taxonomy ↵Dries Buytaert2004-02-01
| | | | module.
* - Patch #5418 by hba: made the Xtemplate theme fully translatable.Dries Buytaert2004-02-01
|
* - Replaced a bunch of double quotes by single quotes.Dries Buytaert2004-02-01
|
* - Patch #5567 by Goba: fixed t() functions, cleanup of locale module's help,Dries Buytaert2004-02-01
| | | | fixed translation issues in taxonomy module, etc.
* - Fixed bug 5532: search broken if any subsearch returns without results.Dries Buytaert2004-02-01
| | | | Patch by Goba.
* Fixed bug in query: if "%" is used in an SQL query, it needs to be escaped ↵Steven Wittens2004-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 Buytaert2004-02-01
| | | | problem.
* - Modified patch from pz: made tablesort.inc's validate.Dries Buytaert2004-02-01
|
* - Fixed tracker bug: tracker module has a line of faulty code which triesDries Buytaert2004-01-31
| | | | to get the node name in the old way. Patch by JonBob.
* - Patch by Goba: added form descriptions where appropriate and removed someDries Buytaert2004-01-31
| | | | duplicated code from the comment module.
* - Patch #5163 by mattias: allow theme_table to accept a html attributesDries Buytaert2004-01-31
| | | | parameter array.
* - Patch #5526 by Kjartan: cleaned up node_page(), show a 404 when the nodeDries Buytaert2004-01-31
| | | | could not be found.
* - Modified filter patch by Ax.Dries Buytaert2004-01-31
|
* - Cleanup: modified some context-sensitive help, changed "s to 's, addedDries Buytaert2004-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 Mannes2004-01-30
|
* - Modified node and comments to not be marked as new when they are 30 days old.Kjartan Mannes2004-01-29
|
* - Fixed bug #5434: added missing "/" in link to be XHTML compliant. Patch ↵Dries Buytaert2004-01-29
| | | | by pz.
* - Fixed bug #5500 by pz: missing alt="" tag in Xtemplate theme.Dries Buytaert2004-01-29
|
* - Fixed bug #5479: Default comments per page setting broken. (walkah)Kjartan Mannes2004-01-29
|
* - Fixing extension splitting (was using the first dot instead of the last one).Kjartan Mannes2004-01-29
|
* - Patch #5448 by pz: removed code duplication from theme.inc.Dries Buytaert2004-01-29
|