summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Sanatize title before doing LIKE matches.Kjartan Mannes2004-02-21
|
* - Fix implode() errors.Kjartan Mannes2004-02-21
|
* - Updating update_start value.Kjartan Mannes2004-02-21
|
* - Fixed the bullet icon.Dries Buytaert2004-02-21
|
* - Coding style fixes.Kjartan Mannes2004-02-21
| | | | - Extended tracker comments to handle project issues.
* - Patch 5968 by Chris: the background-image line has a superfluous 'pure' inDries Buytaert2004-02-21
| | | | | the pathname, causing the theme to fail to find the background image and issue errors to the watchdog log.
* - Patch 5969 by Chris: improved the profile module's context sensitive help textDries Buytaert2004-02-21
|
* - Typo.Kjartan Mannes2004-02-21
|
* - Cleaning up database definition.Kjartan Mannes2004-02-21
|
* - Patch by Gerhard: fixed incorrect regex in the taxonomy module.Dries Buytaert2004-02-21
|
* - Patch by Killes: drop the 'attributes' field from the 'users' table. ItDries Buytaert2004-02-21
| | | | is no longer used.
* - Fixing help text. The filters DO NOT removed unclosed valid tags.Kjartan Mannes2004-02-21
|
* - Fixed bug #5977: Date translation screwed.Kjartan Mannes2004-02-21
| | | | - Fixed '\n' => "\n".
* - Another inccorect path.Kjartan Mannes2004-02-19
|
* - Fixed CSS problem in Xtemplate theme.Dries Buytaert2004-02-19
|
* - Fixing watermark url.Kjartan Mannes2004-02-19
|
* - Aggregator: fix for http://drupal.org/node/view/5733Steven Wittens2004-02-19
| | | | - System: the 404 setting instructions advise using 'node', this should be '' (redirecting the user to the front page without any message whatsoever is confusing)
* - Added a short note about the node-trim-length setting. Many people seem to ↵Steven Wittens2004-02-19
| | | | expect that changing it updates existing teasers too.
* - Added a short snippet to drupal_xml_parser_create() which invokes iconv() ↵Steven Wittens2004-02-17
| | | | to convert unsupported encodings.
* - Patch 5897 by Moshe: don't consider the 'U' tag to be a block level tag.Dries Buytaert2004-02-17
|
* - Moving theme marvin to the contributions repository. Will be replaced by ↵Dries Buytaert2004-02-16
| | | | pusbutton?
* - Patch 5683 by JonBob: changes the multiple type delimiter from / to -.Dries Buytaert2004-02-16
|
* - Fixed forum module typo.Dries Buytaert2004-02-16
|
* - Bugfix: the forum block was showing posts that are not 'published' yet.Dries Buytaert2004-02-16
|
* - Patch #5789 by TDobes: made the avatars link to the user profile.Dries Buytaert2004-02-15
|
* - Fixed a problem editing nodes. Spotted by Steven.Dries Buytaert2004-02-15
|
* - Patch by Steven: removed redundant permission checks. These are no longerDries Buytaert2004-02-15
| | | | required thanks to the new 404 handling.
* - Patch #5111 by Bart: fixed inconsistent default values.Dries Buytaert2004-02-15
|
* - Patch #4861 by Moshe/TDobes: made the comment module use the _link hook.Dries Buytaert2004-02-15
|
* - Patch 5834 by Jeremy: made multiple pagers on one page work.Dries Buytaert2004-02-15
|
* - Bug #5684: filter duplicate headers.Dries Buytaert2004-02-15
|
* - Patch #5874 by Bart: made file uploads work with PHP 4.2.Dries Buytaert2004-02-15
|
* - Patch 5592 by Goba: let drupal_map_assoc() rule. :-)Dries Buytaert2004-02-15
| | | | - Renamed CHANGELOG to CHANGELOG.txt for Windows uses.
* - Fixed two bugs in the menu system: only make a menu collapsable when it hasDries Buytaert2004-02-15
| | | | _visible_ children, accept 'foo/0'-style URLs (0 != NULL).
* - Changed the directory structure of theme chameleon. Each template is nowDries Buytaert2004-02-15
| | | | | | | | in a subdirectory. This makes it easier to clone/fork an existing theme. Modified patch by MegaGrunt. - Added some help text, reorganized the Xtemplate configuration page, added <legend>/<fieldset> tags, fixed a logo bug.
* - Changed the directory structure of theme chameleon. Each template is nowDries Buytaert2004-02-15
| | | | in a subdirectory. This makes it easier to clone/fork an existing theme.
* - Old PGSQL fix for people updating from way back ;)Steven Wittens2004-02-15
|
* - Made the text files Windows-friendly.Dries Buytaert2004-02-14
|
* - Code improvements by Mathias: made the path module use drupal_set_message().Dries Buytaert2004-02-14
|
* - Made the logo sink to the baseline.Dries Buytaert2004-02-13
|
* - Patch 5592 by Goba: introduced a new function, drupal_map_assoc().Dries Buytaert2004-02-12
|
* - Fixed bug #5831: added validation for posting to forum containers. PatchDries Buytaert2004-02-12
| | | | by UnConeD.
* - Patch 4902 by Goba:Dries Buytaert2004-02-11
| | | | | | | | | | | | | + only adds an optional parameter to url() and l(), so individual links can be set to be absolute + modifies drupal_goto() to accept the parameters of url() without the $absolute parameter, so cleaner invocations can be used + rework of some code in node_feed, making it much better to look at (the current code uses foreach with an immediate brake to get the first key of the associative array, geeeeez) + added xml:base to the rss tag generated by node_feed() + set all user mail URLs to be absolute + fix a small fragmented URL in user.module
* - Patch 5789 by TDobes: added avatar support to the Xtemplate theme.Dries Buytaert2004-02-11
|
* - Patch by Gerhard: fixed instance of format_pluralDries Buytaert2004-02-11
|
* - Usability improvement: print a message if you are (not) allowed to printDries Buytaert2004-02-10
| | | | forum topics.
* - Patch 5729 by Goba: removed dead code from page.module.Dries Buytaert2004-02-10
|
* - Patch #5744 by JonBob: tablesort does not call theme("image") correctly.Dries Buytaert2004-02-10
|
* - Patch #5766 by Moshe: replace getenv() with $_SERVER.Dries Buytaert2004-02-10
|
* - Patch 5775 by Goba: fixes the only error currently reported by the doxygenDries Buytaert2004-02-10
| | | | parser in Drupal core, plus fixes some errorneous (copy-pasted) doxygen docs.