Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Some updates | Dries Buytaert | 2003-02-01 |
| | |||
* | - Fixed typo: '$node->nide' -> '$node->nid'. Patch by Alastair. | Dries Buytaert | 2003-02-01 |
| | |||
* | - Added some caching. Patch by Moshe. | Dries Buytaert | 2003-02-01 |
| | |||
* | Patch by Ax: | Dries Buytaert | 2003-02-01 |
| | | | | | | | | | | | | | | | - Bad usage of css ID's: they may be used for a single element only, but were used as #node, #block, which can occur multiple times in a single page. - Moved HTML from theme to template - thats what templates are all about! - Added support for head() hook - Added support for diffentiating between boxes and blocks. - Typo: secundary -> secondary | ||
* | - Committed Alastair Tse's getallheaders() patch. | Dries Buytaert | 2003-01-31 |
| | |||
* | - Bugfix; we got redirected to the wrong URL. | Dries Buytaert | 2003-01-29 |
| | |||
* | - Bugfix: removed the call to comment_moderation. | Dries Buytaert | 2003-01-29 |
| | |||
* | - Renamed "Allow HTML tags" to "Filter HTML tags" for clarity. Reported by | Dries Buytaert | 2003-01-29 |
| | | | | Ax. | ||
* | - Corrected misplaced quote. Reported by Gerhard. | Dries Buytaert | 2003-01-29 |
| | |||
* | - Fixed bug introduced by Moshe's common.inc patch; posting content would | Dries Buytaert | 2003-01-27 |
| | | | | cause "Array" to be displayed. | ||
* | - Fixed XHTML glitch in the sitemap. Thanks Moshe and Michael. | Dries Buytaert | 2003-01-27 |
| | |||
* | - Added sitemap feature to administration pages. Requested by various | Dries Buytaert | 2003-01-26 |
| | | | | people including Michael and Moshe. | ||
* | - Applied Moshe's _exit patch (slightly modified). | Dries Buytaert | 2003-01-26 |
| | | | | - Fixed bug in system.module. | ||
* | - Some first changes to the system.module; tidied up some code, preparations | Dries Buytaert | 2003-01-26 |
| | | | | | for theme settings and borrowing some ideas from Kjartan's long-awaited system.module patch. | ||
* | - Moved the filter()s back to the individual node modules as it used to be. | Dries Buytaert | 2003-01-23 |
| | |||
* | - Tidied up XHTML. Patch by Ulf. | Dries Buytaert | 2003-01-23 |
| | | | | - Added missing t() function. Patch by Stefan. | ||
* | - Patch by Ulf: XHTML-ified the code. | Dries Buytaert | 2003-01-21 |
| | |||
* | - Applied David's calendar patch: you can now configure at what day a week | Dries Buytaert | 2003-01-21 |
| | | | | start. | ||
* | - Applied Ori's format_plural() patch; see mailing list for details. | Dries Buytaert | 2003-01-21 |
| | | | | NOTE: some modules in the contributions repository might need to be updated. | ||
* | - A node's comment table is now being emitted by the new table rendering | Dries Buytaert | 2003-01-21 |
| | | | | functions. | ||
* | - Tidied up some SQL queries. | Dries Buytaert | 2003-01-21 |
| | |||
* | - Tidied up some SQL queries. | Dries Buytaert | 2003-01-21 |
| | |||
* | - Corrected the documentation. | Dries Buytaert | 2003-01-21 |
| | |||
* | Patch by Ax: | Dries Buytaert | 2003-01-21 |
| | | | | | | - Removed the XML prolog from xtemplate.xtmpl because some browsers have difficulties with it and it's not required. see http://webstandards.org/learn/reference/prolog_problems.html. - Fixed the term link. | ||
* | - Added a template driven theme. | Dries Buytaert | 2003-01-20 |
| | |||
* | - Removed theme goofy from CVS. | Dries Buytaert | 2003-01-20 |
| | |||
* | - Tidied up some SQL queries. | Dries Buytaert | 2003-01-20 |
| | |||
* | - Tidied up some SQL queries. | Dries Buytaert | 2003-01-20 |
| | |||
* | - Fixed bug #1041; sime queries where broken. | Dries Buytaert | 2003-01-20 |
| | | | | - Fixed problem with page links not being displayed. | ||
* | - Replaced "&" by "&". Patch by Ulf. | Dries Buytaert | 2003-01-20 |
| | |||
* | - Tidied up a SQL query. | Dries Buytaert | 2003-01-20 |
| | | | | - Changed a "&" to a "&". | ||
* | - Bugfix: statistics.module can't give referrer statistics other than the | Dries Buytaert | 2003-01-16 |
| | | | | external ones with clean URLs. Patch by Ulf Rompe. | ||
* | - Fixed type: "form" -> "forum". Patch by Ulf Rompe. | Dries Buytaert | 2003-01-16 |
| | |||
* | Patch by Marco: | Dries Buytaert | 2003-01-15 |
| | | | | | | | | | | | | | | | | | | - forum: fixed link to new topic - forum: new topic shows default forum correctly - forum: first_new is back; the anchor didn't consider multiple pages - forum: use standard pager, needed some changes/fixes to pager.inc - forum: some cleanup - forum: taxonomy hook - renamed first_new to simply new - added an optional parameter to pager_query for the count query - used the optional count param for paging forum topics - internal change: moving a topic doesn't duplicate the node anymore but just changes the forum (term); no change in functionality, and shadow still works (suggested by Dries). This probably also made some queries somewhat lighter. - bug fixed: anonymous users always saw "n (n new)" in the replies column - updated pager help and moved from _help to phpdoc | ||
* | - Fixed bug/warning when an anonymous users tries to post a node. Reported | Dries Buytaert | 2003-01-15 |
| | | | | by David. | ||
* | - Enabled XML-RPC. | Dries Buytaert | 2003-01-15 |
| | |||
* | - Fixed glitch in table_cell(). Spotted by Michael. | Dries Buytaert | 2003-01-15 |
| | |||
* | - Small improvement to the admin menu based on feedback from Michael. | Dries Buytaert | 2003-01-14 |
| | |||
* | - Small improvement to the admin menu based on feedback from Michael. | Dries Buytaert | 2003-01-14 |
| | |||
* | - Added 'php_value arg_separator.output "&"' as suggested by Curtis. | Dries Buytaert | 2003-01-14 |
| | |||
* | - Small bugfix and small cleanup. Patch by Marco. | Dries Buytaert | 2003-01-13 |
| | |||
* | - Removed depricated function. | Dries Buytaert | 2003-01-12 |
| | |||
* | - Fixed a typo that caused quite a few redundant SQL queries. | Dries Buytaert | 2003-01-12 |
| | |||
* | - Added some more URL rewrite rules based on contributions from Gerhard. | Dries Buytaert | 2003-01-12 |
| | |||
* | - Made sure all table headers could be translated. | Dries Buytaert | 2003-01-12 |
| | | | | - Made the book module use the new table rendering function. | ||
* | - Rewrite old-style URLs. Based on patch by Gerhard. | Dries Buytaert | 2003-01-11 |
| | |||
* | - Fixed "clean URL" glitch in queue module. Patch by Ax. | Dries Buytaert | 2003-01-11 |
| | | | | - Small improvement to url(). Patch by Ax. | ||
* | - Made sure the text doesn't wrap. | Dries Buytaert | 2003-01-10 |
| | |||
* | - Code improvement: forgot to update an URL to the clean URL scheme. | Dries Buytaert | 2003-01-09 |
| | |||
* | - Minor comment module improvements/fixes. | Dries Buytaert | 2003-01-09 |
| |