Dries Buytaert
9352d6abf8
- Fixed default chameleon CSS.
2004-01-07 19:42:12 +00:00
Dries Buytaert
56a637fefa
- Fixed bug #5004 : missing <title>-tag in the example theme.
2004-01-07 18:42:02 +00:00
Kjartan Mannes
0d7e205062
- New and updated doxygen comments.
2004-01-06 19:52:14 +00:00
Dries Buytaert
f84b546af6
- Fixed bug #4922 : made misc/drupal.css validate by removing some Mozilla
...
specific code.
2004-01-06 18:44:53 +00:00
Dries Buytaert
345a3a1fb2
- Removed some dead code from drupal.css.
2004-01-06 18:39:31 +00:00
Dries Buytaert
bd9064a6ca
- Fixed bug #4965 : typo in the help text.
2004-01-06 18:35:12 +00:00
Dries Buytaert
b5607181a8
- Fixed bug #4989 : archive calendar cached too aggressively.
2004-01-06 18:30:10 +00:00
Kjartan Mannes
9478f33c26
- Renamed import to aggregator.
...
- Added proper access checking to block and menu items.
2004-01-06 13:32:59 +00:00
Steven Wittens
b817bdb302
- Improved XML encoding fix. There is now a function drupal_xml_parser_create():
...
/**
* Wrapper around xml_parser_create() which extracts the encoding from the XML
* data first and sets the output encoding to UTF-8. This function should be
* used instead of xml_parser_create(), because PHP's XML parser doesn't check
* the input encoding itself.
*
* This is also where unsupported encodings should be converted.
* Callers should take this into account: $data might have been changed after
* the call.
*
* @param $data The XML data which will be parsed later.
*/
2004-01-06 12:09:42 +00:00
Dries Buytaert
7cf848279c
- Implemented feature request/bug #4973 : removed the throttle module's dependence
...
on cron to make adjusting the throttle level more responsive (when configured
to).
2004-01-05 22:39:42 +00:00
Dries Buytaert
82d45931ac
- Fixed bug 4972: an incorrect permission name prevented the throttle block
...
from being shown to users.
2004-01-05 22:18:48 +00:00
Steven Wittens
553da40335
Added checks to the drupal directory option to display an error when the site name, email, slogan or statement aren't filled in.
2004-01-05 20:45:54 +00:00
Steven Wittens
0158c920ad
Committed filter separation patch: all filter-related things are now in filter.module (which is a required module).
...
To do this cleanly, I reorganised some bits of system.module: there is now a generic handler available for simple variable-get/set based configuration pages. Look at filter_admin() or system_view() for example usage.
(based on the patch by Goba)
2004-01-05 19:50:43 +00:00
Dries Buytaert
30fb23451f
- Changed some boxes to fieldsets/lengeds.
2004-01-05 19:33:58 +00:00
Steven Wittens
c2151b5248
Committed filter separation patch: all filter-related things are now in filter.module (which is a required module).
...
To do this cleanly, I reorganised some bits of system.module: there is now a generic handler available for simple variable-get/set based configuration pages. Look at filter_admin() or system_view() for example usage.
(based on the patch by Goba)
2004-01-05 19:19:05 +00:00
Dries Buytaert
daaeef0e8c
- Partial patch #4927 : mass URL aliasing by Goba.
2004-01-05 18:23:21 +00:00
Dries Buytaert
3176e66905
- Patch 4948 by Goba: the poll module uses check_output() on the poll options.
2004-01-04 21:54:13 +00:00
Dries Buytaert
51ee09cc2e
- Patch #4924 : made the comment form themeable. Patch by Goba.
2004-01-03 12:32:21 +00:00
Kjartan Mannes
6387508d23
- Fixing doxygen comment.
2004-01-02 23:12:44 +00:00
Dries Buytaert
ca2e9b5b11
- Removing some dated scripts.
2004-01-02 22:44:43 +00:00
Dries Buytaert
1d5a29a357
- Log the search terms in a new watchdog category.
2004-01-02 16:44:11 +00:00
Dries Buytaert
a9ef18266e
- Patch 4916: improved preparation of $node->teaser and $node->body. Patch by
...
Goba.
2004-01-02 16:30:09 +00:00
Dries Buytaert
b63747fd30
- Removed the hard-coded list of watchdog types. The list is compiled
...
dynamically and can be extended through the watchdog() call. (Chris
could use it to move the cron message to their own category.)
2004-01-02 16:28:45 +00:00
Dries Buytaert
f6082cda98
- Fixed bug 4916: users can have disabled themes. Modified patch by Mathias.
...
1. Remove the theme object. There is no need to keep it around since meta
information for a theme can be retrieved via list_themes(). All we really
need is the theme name.
2. Check if the user selected theme is enabled during theme initialization.
This is the easiest place to put the check and doesn't mess with the user's
settings. Their database profile will still contain the disabled theme
selection, but they will be rendering the default admin-selected theme
until their chosen theme is once again activated.
2004-01-02 16:24:28 +00:00
Dries Buytaert
604064b523
- Patch #4858 : search module did not remember the search filter. Patch by
...
Kjartan.
2004-01-02 12:15:37 +00:00
Dries Buytaert
01d17d4aca
- Patch #4093 : only invoke check_output() once for performance's sake. Patch
...
by Goba.
2004-01-02 09:50:12 +00:00
Steven Wittens
bb1860a5df
Fixed odd typo in the MySQL comments
2003-12-30 18:33:44 +00:00
Dries Buytaert
cfc0a5d175
- Fixed typo: comment_delete_thread() -> _comment_delete_thread().
2003-12-30 14:19:57 +00:00
Steven Wittens
51208885de
General filtering improvements
...
- Re-added STYLE/ON*= filtering (this got lost a while ago due to reorganisation)
- Added form_group's to node.module's filter options
- Fixed incorrect filter usage in poll.module
2003-12-30 14:02:36 +00:00
Dries Buytaert
e8c7d2e092
- Made it possible to set and display multiple status messages. Modified patch by
...
Kjartan.
2003-12-30 12:10:51 +00:00
Steven Wittens
f6cae09439
- Specify default XML encoding for not-so-well-formed files
...
(sorry last commit, I promise :P)
2003-12-30 06:41:24 +00:00
Steven Wittens
205aa25e9b
- Improved regexp for encoding extraction
2003-12-30 06:28:01 +00:00
Steven Wittens
7ba70547c2
- Improved regexp for encoding extraction
2003-12-30 06:24:28 +00:00
Steven Wittens
e8265f0759
- Bugfix: the XML parser in PHP4 requires you to specify the input encoding explicitly.
...
Added a short piece of code that does this.
(see drupal.org's Drupal Talk to see this bug in action)
2003-12-30 05:58:17 +00:00
Dries Buytaert
21a0e8b904
- Updated code to use new semantics of url() and l().
2003-12-29 19:49:11 +00:00
Dries Buytaert
be2f405818
- Added $fragment identifier to url() and l(). Patch by Goba.
2003-12-29 19:10:26 +00:00
Kjartan Mannes
286f618878
- Fixing temp directory check.
2003-12-29 18:08:33 +00:00
Dries Buytaert
059e5cca08
- Fixed a weird typo introduced by the <b> -> <strong> patches and indented
...
the code a bit better.
2003-12-29 17:47:12 +00:00
Dries Buytaert
0fc11d5719
- Fixed typo introduced by the <b> -> <strong> patches. This might need a better
...
fix.
2003-12-29 17:42:43 +00:00
Dries Buytaert
80f34e5ab0
- XHTML improvements: <b> -> <strong>. Patch by Stefan.
2003-12-29 17:14:27 +00:00
Dries Buytaert
90a5a6cf6e
- Updated the user login block to validate as XHTML strict: the
...
<div class="user-login-block"> is now inside the <form> instead of the
other way around.
- Simplified the user login block by removing some CSS that was no longer
needed. The block module already emits block-related classes and an id.
2003-12-29 13:51:59 +00:00
Dries Buytaert
3c8f9c15f8
- Removed some dead CSS code.
2003-12-29 13:46:00 +00:00
Dries Buytaert
41d28852f3
- Fixed glitch with form_radio(). Reported by Kjartan.
2003-12-29 12:44:30 +00:00
Dries Buytaert
7ca4dd608d
- Fixed bug 4832: only list nodes for the specified day. Patch by Goba.
2003-12-29 12:41:58 +00:00
Dries Buytaert
43da1635b1
- Fixed bug #4842 : get_cfg_var() -> ini_get()
2003-12-29 11:25:02 +00:00
Dries Buytaert
81b21bc068
- Removed the ID from radio buttons: we'll need to rethink this a bit.
2003-12-29 11:16:45 +00:00
Dries Buytaert
d9ceafd4ca
- Made the chameleon theme display comment authors. Patch by Kjartan.
2003-12-29 11:14:01 +00:00
Dries Buytaert
c2292d224b
- Removed some dead code and improved the link emission. Patch by Kjartan.
2003-12-29 10:58:01 +00:00
Dries Buytaert
baaa21e131
- Tidied up some inconsistencies in the code: scripts/code-style.sh is your friend.
2003-12-28 10:47:33 +00:00
Dries Buytaert
5c0cd3c03f
- Some fixes to the code-style.sh script.
2003-12-28 10:40:17 +00:00