summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Bugfix: the search result type names (node, user, comment) were notDries Buytaert2003-10-13
| | | | translatable in the search page output. Patch by Gabor.
* - Bugfix: in the access log, the "post" column shows "n/a" for every lineDries Buytaert2003-10-13
| | | | regardless of whether a node is involved. Patch by Jonathan.
* - Fixed prefix problem with the book module. Patch by Moshe.Dries Buytaert2003-10-13
| | | | | | | | | | | | | | - Usability improvements to the user module: removed some redundant menu items by taking advantage of the column sorting, added status messages and so on. Patch by Moshe plus some fixes. - Made the profile module use the table() function. Patch by Moshe. - Fixed breadcrumb spacing. Patch by Moshe. - Fixed colspan problem with node overview table. Patch by Stefan. - Fixed inconsistency with table sorting. Patch 0122 by Al.
* - Fixed translation bugs with statistics module. Patch by Gabor.Dries Buytaert2003-10-12
| | | | | | - Removed 'homepage' field from user table. Patch by Gabor. - Added 'real name' field to the profile module. Patch by Gabor.
* - Fixed some link titles that were no longer correct due to the menuDries Buytaert2003-10-09
| | | | changes.
* - Fixed some link titles that were no longer correct due to the menuDries Buytaert2003-10-09
| | | | | | changes. - Fixed some broken links.
* - Fixed some link titles that were no longer correct due to the menuDries Buytaert2003-10-09
| | | | | | changes. - Fixed some broken links.
* - Fixed some link titles that were no longer correct due to the menuDries Buytaert2003-10-09
| | | | | | changes. - Fixed some broken links.
* - Fixed some link titles that were no longer correct due to the menuDries Buytaert2003-10-09
| | | | | | changes. - Fixed some broken links.
* - Fixed a broken link in the user module's documentaiton.Dries Buytaert2003-10-09
|
* - Fixed some link titles that were no longer correct due to the menuDries Buytaert2003-10-09
| | | | changes.
* - Fixed some link titles that were no longer correct due to the menu changes.Dries Buytaert2003-10-09
| | | | - Made sure that the link titles match the page titles.
* - Fixed a dozen link titles that were no longer correct due to the menuDries Buytaert2003-10-09
| | | | changes.
* - Committed part 3 of Michael's help system improvements: removed the $helpDries Buytaert2003-10-09
| | | | parameter from the menu() function.
* - Fixed bug #3564: missing check in locale module.Dries Buytaert2003-10-09
|
* - Committed part 3 of Michael's help system improvements: removed the $helpDries Buytaert2003-10-09
| | | | parameter from the menu() function.
* - Small code improvementDries Buytaert2003-10-09
|
* - Fixed cache issue with path map.Dries Buytaert2003-10-09
|
* - Bugfix: inserting and updating paths was not working. Patch by Matt.Dries Buytaert2003-10-09
| | | | | - Bugfix: updated the queue module menu so the "view submission" link appears in the navigation when enabled. Patch by Matt.
* - MSSQL improvements/fixes from Moshe:Dries Buytaert2003-10-08
| | | | | > brings mssql schema into modern era. mainly adds path table and a few > defaults and indexes.
* - Removed duplicate information. Fixes bug 3511.Dries Buytaert2003-10-08
|
* - Fixed typo in the watchdog module's help text. Patch by Gabor.Dries Buytaert2003-10-07
|
* - Fixed typo in menu system. Patch by Jonathan.Dries Buytaert2003-10-07
|
* - Help system improvements: eliminated the _system hook. Patch by Michael.Dries Buytaert2003-10-07
| | | | | | - Bloggerapi module fixes. Patch by Kjartan. - Coding style fixes. Patch by Michael.
* - Node API code clean-up. Patch by Kjartan.Dries Buytaert2003-10-07
|
* - Fixing bug #3499: File upload tool does not display in 'create image' formKjartan Mannes2003-10-07
|
* - Small poll block improvement (without configuration option). Patch byDries Buytaert2003-10-06
| | | | Gabor.
* - taxo_link always returns array().Kjartan Mannes2003-10-06
| | | | | - Remove dead code from Marvin theme. - cleaner node html in Marvin.
* - Fixed calling links() error if a node doesn't have any terms defined.Kjartan Mannes2003-10-06
|
* - Fixed book preview problem. Patch by Kjartan.Dries Buytaert2003-10-06
|
* - Various translation and menu fixes from Gabor.Dries Buytaert2003-10-05
|
* - Various path module fixes by Gabor.Dries Buytaert2003-10-05
|
* - Fixed translation problem with comment module. Patch by Gobar.Dries Buytaert2003-10-05
|
* - Bugfix: fixed print problem. Patch by Gabor.Dries Buytaert2003-10-05
|
* - Bugfix: the block module's help was not being displayed. Patch by Gabor.Dries Buytaert2003-10-05
|
* - Translation fix: made the 'Who is online' block 100% translatable.Dries Buytaert2003-10-04
|
* user_mail_encode() fixes:Kjartan Mannes2003-10-04
| | | | | - Made sure the chunk sizes always include groupings of 4 bytes. - Added more comments so fixes are not lost in future changes.
* - Fix visual bug: incorrect colspan for table.Dries Buytaert2003-10-04
|
* - Fixed bug #3426: can't edit sites in the site cloud list.Dries Buytaert2003-10-04
| | | | - Fixed some URLs.
* - Fixing blog it link.Kjartan Mannes2003-10-03
|
* - Re-wrote user_mail_encode().Kjartan Mannes2003-10-03
|
* - Some documentation fixes by Matt.Dries Buytaert2003-10-03
|
* - Removed a debug statement from the locale module. Thanks Gobar.Dries Buytaert2003-10-03
|
* - Fixed bug #3449: comment display settings can't be translated.Dries Buytaert2003-10-03
|
* - Help improvements and translation improvements from Michael. Thanks!Dries Buytaert2003-10-03
|
* - Path modoule improvements. Modified path by Matt.Dries Buytaert2003-10-03
|
* - Performance improvement: removed redundant inner join. Patch by Kjartan.Dries Buytaert2003-10-03
|
* - Fixed small performance bug: when a user has no permissions, the queryDries Buytaert2003-10-03
| | | | in user_access() was not cached.
* - Made it easier to by-pass the access check. Modified patch from Steven.Dries Buytaert2003-10-03
|
* - There were 2 "content syndication" menu's: grouped them together.Dries Buytaert2003-10-02
|