Dries Buytaert
fe2af43aa0
- We have a new theme.
2004-02-23 13:32:17 +00:00
Dries Buytaert
4a8571bfdb
- Patch #6000 by Goba: makes the short tip list a HTML list (as it is semantically
...
expected) and gives proper class names to the long and short tip list, so if
someone would like to reproduce the 'br' tagged version, he can do that with
some CSS styles easily. Assigned a dedicated class to the more-tips link, so it
can be differently stlyed (with a different bullet, different link color or
anyhow, as the theme designer desires).
2004-02-23 13:17:17 +00:00
Dries Buytaert
c91d036098
- Intitial version of the Pushbutton theme: contributed by MegaGrunt!
2004-02-23 12:55:46 +00:00
Dries Buytaert
65b124bdf0
- Usability improvement: made the throttle message fit in the watchdog message.
2004-02-23 10:35:38 +00:00
Dries Buytaert
5b5f148ad4
- Patch by Steven: added <label>s to checkboxes and radio buttons.
2004-02-23 07:28:18 +00:00
Steven Wittens
0c3707a0a7
Removing very old leftover.
2004-02-22 17:11:22 +00:00
Dries Buytaert
5c415f739b
- Slightly improved the throttle watchdog messages.
2004-02-22 06:18:21 +00:00
Kjartan Mannes
18160f02e8
- Sanatize title before doing LIKE matches.
2004-02-21 23:52:11 +00:00
Kjartan Mannes
2d7d796d9b
- Fix implode() errors.
2004-02-21 23:43:07 +00:00
Kjartan Mannes
dccc295504
- Updating update_start value.
2004-02-21 22:38:01 +00:00
Dries Buytaert
750d7c17ab
- Fixed the bullet icon.
2004-02-21 22:33:34 +00:00
Kjartan Mannes
2c2b0904dc
- Coding style fixes.
...
- Extended tracker comments to handle project issues.
2004-02-21 22:20:21 +00:00
Dries Buytaert
bb823358dc
- Patch 5968 by Chris: the background-image line has a superfluous 'pure' in
...
the pathname, causing the theme to fail to find the background image and
issue errors to the watchdog log.
2004-02-21 21:31:22 +00:00
Dries Buytaert
cfd7751653
- Patch 5969 by Chris: improved the profile module's context sensitive help text
2004-02-21 21:26:57 +00:00
Kjartan Mannes
6ad4e22e8b
- Typo.
2004-02-21 19:21:25 +00:00
Kjartan Mannes
fa1d8916fb
- Cleaning up database definition.
2004-02-21 19:16:48 +00:00
Dries Buytaert
4cb7279721
- Patch by Gerhard: fixed incorrect regex in the taxonomy module.
2004-02-21 19:16:07 +00:00
Dries Buytaert
9d3d374bc8
- Patch by Killes: drop the 'attributes' field from the 'users' table. It
...
is no longer used.
2004-02-21 19:01:04 +00:00
Kjartan Mannes
32e46a375d
- Fixing help text. The filters DO NOT removed unclosed valid tags.
2004-02-21 16:00:24 +00:00
Kjartan Mannes
54c2aa8c4d
- Fixed bug #5977 : Date translation screwed.
...
- Fixed '\n' => "\n".
2004-02-21 14:08:09 +00:00
Kjartan Mannes
91d3223727
- Another inccorect path.
2004-02-19 20:35:25 +00:00
Dries Buytaert
6248a26783
- Fixed CSS problem in Xtemplate theme.
2004-02-19 20:12:04 +00:00
Kjartan Mannes
4c6b3d103a
- Fixing watermark url.
2004-02-19 18:49:16 +00:00
Steven Wittens
fb6e4564d8
- Aggregator: fix for http://drupal.org/node/view/5733
...
- System: the 404 setting instructions advise using 'node', this should be '' (redirecting the user to the front page without any message whatsoever is confusing)
2004-02-19 12:27:33 +00:00
Steven Wittens
b109518bc1
- Added a short note about the node-trim-length setting. Many people seem to expect that changing it updates existing teasers too.
2004-02-19 11:57:54 +00:00
Steven Wittens
e45b242468
- Added a short snippet to drupal_xml_parser_create() which invokes iconv() to convert unsupported encodings.
2004-02-17 23:36:22 +00:00
Dries Buytaert
7abb76e1d1
- Patch 5897 by Moshe: don't consider the 'U' tag to be a block level tag.
2004-02-17 05:57:13 +00:00
Dries Buytaert
fa447981d6
- Moving theme marvin to the contributions repository. Will be replaced by pusbutton?
2004-02-16 18:37:12 +00:00
Dries Buytaert
634893f298
- Patch 5683 by JonBob: changes the multiple type delimiter from / to -.
2004-02-16 18:33:37 +00:00
Dries Buytaert
b4f628c1de
- Fixed forum module typo.
2004-02-16 18:32:01 +00:00
Dries Buytaert
8a78d0d512
- Bugfix: the forum block was showing posts that are not 'published' yet.
2004-02-16 06:39:29 +00:00
Dries Buytaert
bf459265e6
- Patch #5789 by TDobes: made the avatars link to the user profile.
2004-02-15 21:17:23 +00:00
Dries Buytaert
36721f4692
- Fixed a problem editing nodes. Spotted by Steven.
2004-02-15 20:16:24 +00:00
Dries Buytaert
4b0b2d02ee
- Patch by Steven: removed redundant permission checks. These are no longer
...
required thanks to the new 404 handling.
2004-02-15 20:09:46 +00:00
Dries Buytaert
ae5136e51b
- Patch #5111 by Bart: fixed inconsistent default values.
2004-02-15 16:33:33 +00:00
Dries Buytaert
350cbdd3cc
- Patch #4861 by Moshe/TDobes: made the comment module use the _link hook.
2004-02-15 16:28:33 +00:00
Dries Buytaert
7422939964
- Patch 5834 by Jeremy: made multiple pagers on one page work.
2004-02-15 16:04:36 +00:00
Dries Buytaert
4ed30eefb1
- Bug #5684 : filter duplicate headers.
2004-02-15 15:57:55 +00:00
Dries Buytaert
0d612d70eb
- Patch #5874 by Bart: made file uploads work with PHP 4.2.
2004-02-15 15:40:06 +00:00
Dries Buytaert
bd78422715
- Patch 5592 by Goba: let drupal_map_assoc() rule. :-)
...
- Renamed CHANGELOG to CHANGELOG.txt for Windows uses.
2004-02-15 15:19:36 +00:00
Dries Buytaert
fdea6a2907
- Fixed two bugs in the menu system: only make a menu collapsable when it has
...
_visible_ children, accept 'foo/0'-style URLs (0 != NULL).
2004-02-15 14:56:50 +00:00
Dries Buytaert
4f07deabcb
- Changed the directory structure of theme chameleon. Each template is now
...
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.
2004-02-15 14:54:39 +00:00
Dries Buytaert
b13a4cb2e3
- Changed the directory structure of theme chameleon. Each template is now
...
in a subdirectory. This makes it easier to clone/fork an existing theme.
2004-02-15 14:21:37 +00:00
Steven Wittens
8bab140a2a
- Old PGSQL fix for people updating from way back ;)
2004-02-15 13:45:47 +00:00
Dries Buytaert
69a9a4451d
- Made the text files Windows-friendly.
2004-02-14 13:29:01 +00:00
Dries Buytaert
6dcb3c4614
- Code improvements by Mathias: made the path module use drupal_set_message().
2004-02-14 10:19:45 +00:00
Dries Buytaert
d2834d5964
- Made the logo sink to the baseline.
2004-02-13 18:21:35 +00:00
Dries Buytaert
b5c18e8a17
- Patch 5592 by Goba: introduced a new function, drupal_map_assoc().
2004-02-12 19:37:04 +00:00
Dries Buytaert
14b84fa299
- Fixed bug #5831 : added validation for posting to forum containers. Patch
...
by UnConeD.
2004-02-12 19:04:20 +00:00
Dries Buytaert
f137b26979
- Patch 4902 by Goba:
...
+ 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
2004-02-11 19:21:14 +00:00