Kjartan Mannes
c1f617a3ab
- fixing bug #181 .
2002-05-16 09:32:01 +00:00
Kjartan Mannes
35f44e83f8
- xhtml errors
...
- improper link attributes.
2002-05-15 20:39:55 +00:00
Steven Wittens
87c134fa1e
Possible bug with filtering: linebreaks inside style's got converted into breaks.
2002-05-14 21:56:01 +00:00
Kjartan Mannes
cc59e1f110
- fixing bug #179
2002-05-13 22:16:33 +00:00
Kjartan Mannes
741a0cc594
- fixing a parse error.
2002-05-13 22:07:26 +00:00
Kjartan Mannes
3bf40eccde
- fixing parse error.
2002-05-13 19:14:35 +00:00
Kjartan Mannes
581bc6a267
- more coding style fixes.
2002-05-13 18:59:53 +00:00
Kjartan Mannes
706a2e199a
- using format_name instead of some local hack.
2002-05-12 20:31:48 +00:00
Kjartan Mannes
8c0d452d37
- added access checking to queue block.
...
- fixed queue block not showing up when it supposed to.
2002-05-12 20:12:23 +00:00
Kjartan Mannes
ea4643a180
- fixed links.
...
- added link to a users recent comments on their info page.
2002-05-12 19:31:50 +00:00
Kjartan Mannes
cb2345e9c3
- and I missed one of those l() calls. These things are tricky :)
2002-05-12 18:22:37 +00:00
Kjartan Mannes
17d283799e
- messed up the parameters.
2002-05-12 18:20:59 +00:00
Kjartan Mannes
b86e23216e
- fixed some nav links.
2002-05-12 18:16:50 +00:00
Kjartan Mannes
524cf07d12
- module and theme admin pages work again.
2002-05-12 16:19:10 +00:00
Kjartan Mannes
f86a944979
- applied Stevens link patch.
...
- fixed block permissions.
- fixed user admin page errors: http://www.drupal.org/node.php?id=173 .
- cleaned up common.inc a bit: removed format_info, path_img, field_merge.
2002-05-12 15:40:57 +00:00
Kjartan Mannes
86552cb4b6
- changed block, module and theme config pages to use checkboxes.
...
- coding style clean ups.
- fixed taxonomy causing errors.
2002-05-11 16:21:48 +00:00
Steven Wittens
c72bf4b5f7
Code-style fix
2002-05-11 15:51:52 +00:00
Steven Wittens
df5dee8444
Poll.module:
...
- (forgot to mention in the last update) The side-block for the poll now has node-links
- Prevented 'read more' links (there's nothing to 'read more' for polls)
2002-05-11 15:20:35 +00:00
Steven Wittens
cd19768bf1
Poll.module:
...
- Fixed edit form not defaulting to the correct amount of choices.
2002-05-11 13:56:31 +00:00
Dries Buytaert
8c69c3a912
- Improved viewing of individual comments.
2002-05-05 19:02:02 +00:00
Kjartan Mannes
69ec1a6996
- making sure the nodes call filter().
2002-05-04 18:56:43 +00:00
Kjartan Mannes
d09d6d2d97
- fixing the style filter.
2002-05-03 20:35:34 +00:00
Kjartan Mannes
8b153f32f4
- filter changes part 1. Part 2 tomorrow.
2002-05-03 20:27:53 +00:00
Kjartan Mannes
72f33dde32
- fixed comment control settings:
...
http://www.drupal.org/node.php?id=115
2002-05-03 12:56:57 +00:00
Kjartan Mannes
ce4993d29c
- fixed indentation.
...
- added $Id$
2002-05-02 21:41:29 +00:00
Kjartan Mannes
a93b2a1740
- user.module used a obsolete variable_get.
...
- set blocks for new users.
2002-05-02 20:32:36 +00:00
Dries Buytaert
837041f115
- XHTML-ified a few things.
2002-05-02 20:28:11 +00:00
Kjartan Mannes
30dd6ea68f
- changed from a select to checkbox on edit account page.
...
- added a basic help text.
2002-05-02 20:21:51 +00:00
Dries Buytaert
73430ade47
Applied Moshe's user module improvements:
...
- Admins may now change passwords for users.
- Confirmation message for user_admin_edit is now formatted by standard
status() function.
- Improved user experience for anonymous users when they browse to an
access controlled URL. Such users will now login and then are
redirected to the destination URL. Previously, they received the
message_access() text.
- Added a "Who's new" block.
2002-05-02 19:56:51 +00:00
Kjartan Mannes
3f14fd77bf
- small update .htaccess, fixed the blog link.
...
- some interface changes in block admin page.
2002-05-02 19:55:22 +00:00
Kjartan Mannes
cd334c1364
- re-adding the module.php?mod=blog&node=USER.
2002-05-02 19:36:03 +00:00
Kjartan Mannes
a4b5005640
- merged block and box modules. modules/box.module should be removed
...
or disabled as it will cause errors otherwise.
- split status into status and custom. Status will turn the block
on/off, and custom defined if the user can change the status.
Requires sql update.
- reintroduced user page to configure blocks.
2002-05-02 19:13:45 +00:00
Kjartan Mannes
891cad97a3
- clearing extra spaces from user.module.
...
- patching weblogs.module.
2002-05-02 14:59:45 +00:00
Kjartan Mannes
4847fe188b
- fixed a few coding style issues.
...
- got the _nasty_ Netscape 4 bug. Even wrote a nice blog about it. Now I
need sleep.
http://www.kjartan.net/node.php?id=53
- fixed the register now link showing up when user registration are disabled.
2002-05-01 12:34:04 +00:00
Kjartan Mannes
f423f91d37
- fixed the son of session crash. Its amazing how vitally important it is to return
...
valid data is to PHP.. one mistake and things start to crash at random times.
2002-04-29 18:10:56 +00:00
Dries Buytaert
5c6122b4ce
- Renamed "settings and filters" to "site configuration": you might have to
...
update your user's permissions.
2002-04-28 09:53:55 +00:00
Dries Buytaert
3eb55eae71
- Fixed a glitch in the taxonomy module. Contributed by Marco.
2002-04-28 09:08:02 +00:00
Dries Buytaert
ae263bf607
- Rewrote role management, splitting the table in two. There are no
...
improvements right now, but this patch will help me adding support
for taxonomy-based permissions. Contributed by Marco.
2002-04-28 08:55:00 +00:00
Dries Buytaert
d7b4aac13e
- By default, nodes posted through the bloggerapi.module will have
...
read/write comments. Patch by Mark Cornick, approved by Greg Tyrelly.
2002-04-27 13:10:20 +00:00
Steven Wittens
75d4c15f07
Cosmetic bugfix:
...
Level 0 comments were still wrapped with a zero-width indentation table. Because the indentation-column contains a space, there was still a slight margin.
2002-04-25 20:59:50 +00:00
Dries Buytaert
dbf9469d52
- Made the date strings configurable. Patch by Simon Lindsay.
2002-04-24 21:04:37 +00:00
Dries Buytaert
681dfc4ac0
- Bugfix: solve problem with locales being "disabled". Reported by Jerritt,
...
fixed by Marco.
2002-04-24 20:55:20 +00:00
Kjartan Mannes
be5f1d2e9d
- fixing that persistant <br \>
2002-04-22 09:30:13 +00:00
Kjartan Mannes
de5b9a168d
- bug fixes:
...
* fixed mails not being parsed properly.
* tracker now shows user name when you view your own recent
comments.
* link to submission queue now points to the right place.
* fixed jabber module.
* theme is now activated when changed.
- applied Gerhards coding style patch.
2002-04-22 09:05:36 +00:00
Dries Buytaert
8043cb998f
- Applied Marco's big patch, including contributions from Moshe:
...
+ Changed the db_query() API.
+ Wrapped all links in l(), lm(), la(), ..., drupal_url() functions.
+ XHTML-ified some HTML.
+ Wrapped a lot of text in the administrative pages in a t()
function.
+ Replaced all $REQUEST_URI/$PATH_INFOs by request_uri().
+ Small bugfixes (eg. bug in book_export_html() and clean-ups (eg.
RSS code).
+ Fixed some bugs in the taxonomy module (eg. tree making bug), added
new functionality (eg. new APIs for use by other modules), included
Moshe's taxonomy extensions, and some documentation udpates.
+ ...
2002-04-20 11:52:50 +00:00
Steven Wittens
0a966e1ed4
Updated poll.module:
...
- Removed obsolete lid column (changed update.php and database.mysql)
- Added short help
2002-04-20 01:51:05 +00:00
Kjartan Mannes
1b573fb0ba
- book log is now saved and shown when necessary.
...
- fixed poll title not showing up.
2002-04-17 10:15:13 +00:00
Kjartan Mannes
0bd45edcb7
- changing regex. Fixes http://www.drupal.org/node.php?id=107
2002-04-15 22:06:27 +00:00
Kjartan Mannes
6840a20935
Patch by Moshe (thanks)
...
- fix mail templating bugs
- fix admin account editing (related to theme changeover)
- fix description when editing a Jabber ID.
2002-04-15 21:47:13 +00:00
Kjartan Mannes
03c4b3c308
- submit page will no longer give errors.
...
- empty taxonomy sets should now be well behaved.
2002-04-15 16:39:26 +00:00