Dries Buytaert
c23f53f786
- Fixed typo: '$node->nide' -> '$node->nid'. Patch by Alastair.
2003-02-01 20:04:00 +00:00
Dries Buytaert
6746ee41f5
- Added some caching. Patch by Moshe.
2003-02-01 20:01:43 +00:00
Dries Buytaert
cfd31c93f1
Patch by Ax:
...
- 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
2003-02-01 19:54:19 +00:00
Dries Buytaert
bb9f9868eb
- Committed Alastair Tse's getallheaders() patch.
2003-01-31 08:32:41 +00:00
Dries Buytaert
74a3318ca9
- Bugfix; we got redirected to the wrong URL.
2003-01-29 23:33:50 +00:00
Dries Buytaert
2436dfbccf
- Bugfix: removed the call to comment_moderation.
2003-01-29 23:29:01 +00:00
Dries Buytaert
2e6e1efbae
- Renamed "Allow HTML tags" to "Filter HTML tags" for clarity. Reported by
...
Ax.
2003-01-29 23:15:10 +00:00
Dries Buytaert
5b720be335
- Corrected misplaced quote. Reported by Gerhard.
2003-01-29 18:40:47 +00:00
Dries Buytaert
4088adad1a
- Fixed bug introduced by Moshe's common.inc patch; posting content would
...
cause "Array" to be displayed.
2003-01-27 19:37:07 +00:00
Dries Buytaert
92b5fc369a
- Fixed XHTML glitch in the sitemap. Thanks Moshe and Michael.
2003-01-27 19:15:20 +00:00
Dries Buytaert
a32e3d1408
- Added sitemap feature to administration pages. Requested by various
...
people including Michael and Moshe.
2003-01-26 13:27:59 +00:00
Dries Buytaert
4028362fda
- Applied Moshe's _exit patch (slightly modified).
...
- Fixed bug in system.module.
2003-01-26 13:22:02 +00:00
Dries Buytaert
ad9b03033a
- Some first changes to the system.module; tidied up some code, preparations
...
for theme settings and borrowing some ideas from Kjartan's long-awaited
system.module patch.
2003-01-26 12:54:56 +00:00
Dries Buytaert
37fe442d89
- Moved the filter()s back to the individual node modules as it used to be.
2003-01-23 18:11:19 +00:00
Dries Buytaert
637004c539
- Tidied up XHTML. Patch by Ulf.
...
- Added missing t() function. Patch by Stefan.
2003-01-23 09:24:20 +00:00
Dries Buytaert
4dac201e7c
- Patch by Ulf: XHTML-ified the code.
2003-01-21 22:57:43 +00:00
Dries Buytaert
c52a3feafe
- Applied David's calendar patch: you can now configure at what day a week
...
start.
2003-01-21 22:50:03 +00:00
Dries Buytaert
9a23223e25
- Applied Ori's format_plural() patch; see mailing list for details.
...
NOTE: some modules in the contributions repository might need to be updated.
2003-01-21 22:44:25 +00:00
Dries Buytaert
ef0acbf2dd
- A node's comment table is now being emitted by the new table rendering
...
functions.
2003-01-21 22:38:47 +00:00
Dries Buytaert
d6adac7421
- Tidied up some SQL queries.
2003-01-21 22:35:54 +00:00
Dries Buytaert
966f0811a2
- Tidied up some SQL queries.
2003-01-21 22:31:37 +00:00
Dries Buytaert
a7b5d34cf5
- Corrected the documentation.
2003-01-21 22:30:52 +00:00
Dries Buytaert
dc3940cc3d
Patch by Ax:
...
- 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.
2003-01-21 05:45:52 +00:00
Dries Buytaert
8b6d92fc69
- Added a template driven theme.
2003-01-20 21:00:31 +00:00
Dries Buytaert
7e80b04c2c
- Removed theme goofy from CVS.
2003-01-20 20:56:34 +00:00
Dries Buytaert
ca68e8a3c7
- Tidied up some SQL queries.
2003-01-20 20:19:21 +00:00
Dries Buytaert
73d46a64c3
- Tidied up some SQL queries.
2003-01-20 20:18:06 +00:00
Dries Buytaert
1fecd287f2
- Fixed bug #1041 ; sime queries where broken.
...
- Fixed problem with page links not being displayed.
2003-01-20 20:00:45 +00:00
Dries Buytaert
389dc00886
- Replaced "&" by "&". Patch by Ulf.
2003-01-20 19:54:11 +00:00
Dries Buytaert
5b1e1da22e
- Tidied up a SQL query.
...
- Changed a "&" to a "&".
2003-01-20 19:20:22 +00:00
Dries Buytaert
fe72ab1c22
- Bugfix: statistics.module can't give referrer statistics other than the
...
external ones with clean URLs. Patch by Ulf Rompe.
2003-01-16 22:27:01 +00:00
Dries Buytaert
8fa3201762
- Fixed type: "form" -> "forum". Patch by Ulf Rompe.
2003-01-16 22:24:52 +00:00
Dries Buytaert
f6da12ca19
Patch by Marco:
...
- 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
2003-01-15 23:01:42 +00:00
Dries Buytaert
045f92d2b7
- Fixed bug/warning when an anonymous users tries to post a node. Reported
...
by David.
2003-01-15 19:51:08 +00:00
Dries Buytaert
6f15124748
- Enabled XML-RPC.
2003-01-15 05:57:55 +00:00
Dries Buytaert
e25bc4fda3
- Fixed glitch in table_cell(). Spotted by Michael.
2003-01-15 05:56:50 +00:00
Dries Buytaert
457e5a1b23
- Small improvement to the admin menu based on feedback from Michael.
2003-01-14 20:58:14 +00:00
Dries Buytaert
d268783669
- Small improvement to the admin menu based on feedback from Michael.
2003-01-14 20:33:42 +00:00
Dries Buytaert
20e8f9eba9
- Added 'php_value arg_separator.output "&"' as suggested by Curtis.
2003-01-14 19:44:16 +00:00
Dries Buytaert
dc3df67590
- Small bugfix and small cleanup. Patch by Marco.
2003-01-13 19:35:16 +00:00
Dries Buytaert
81efba930f
- Removed depricated function.
2003-01-12 15:29:56 +00:00
Dries Buytaert
0fba793aff
- Fixed a typo that caused quite a few redundant SQL queries.
2003-01-12 15:29:28 +00:00
Dries Buytaert
7d677b5c5a
- Added some more URL rewrite rules based on contributions from Gerhard.
2003-01-12 11:53:31 +00:00
Dries Buytaert
97f4bdb945
- Made sure all table headers could be translated.
...
- Made the book module use the new table rendering function.
2003-01-12 09:57:20 +00:00
Dries Buytaert
d1521b48e5
- Rewrite old-style URLs. Based on patch by Gerhard.
2003-01-11 20:07:42 +00:00
Dries Buytaert
0d384c8ead
- Fixed "clean URL" glitch in queue module. Patch by Ax.
...
- Small improvement to url(). Patch by Ax.
2003-01-11 10:46:11 +00:00
Dries Buytaert
ba3eead0d6
- Made sure the text doesn't wrap.
2003-01-10 22:19:47 +00:00
Dries Buytaert
6334ee2093
- Code improvement: forgot to update an URL to the clean URL scheme.
2003-01-09 21:55:51 +00:00
Dries Buytaert
87dbb8236e
- Minor comment module improvements/fixes.
2003-01-09 21:50:04 +00:00
Dries Buytaert
58190e494f
- Added Hugo Espuny as the Debian maintainer.
2003-01-09 20:09:54 +00:00