Dries Buytaert
a382d9ea4a
- Fixed bug in page.module:
...
+ PHP-pages were rendered invalid under certain criteria.
- Fixed bug in meta.module:
+ When editing an existing node, the meta-field was not properly set
in the forms.
2001-07-07 22:02:34 +00:00
Dries Buytaert
5077cafd38
- account.php:
...
+ tidied up the texts
- common.inc:
+ undid bad coding style
+ fixed typo in permissions
- poll.module:
+ (automatically) removed tabs and trailing whitespaces
2001-07-07 16:37:27 +00:00
Dries Buytaert
42cd39dbd8
- fixed permission bug in rating.module
2001-07-07 15:50:05 +00:00
Steven Wittens
7bd45884d8
- Fixed naughty $op behaviour, causing block.module to go fubar.
2001-07-07 15:19:29 +00:00
Dries Buytaert
f12fa06152
- various small updates:
...
+ fixed 2 small HTML typos in meta.module
+ better watchdog messages in comment.module
+ fixed typo in block.module
2001-07-07 14:58:54 +00:00
Steven Wittens
82a51e7b75
Fixed "array" being displayed at top of form.
...
Dries: what was that 'bad markup' bug you mentioned?
2001-07-07 13:09:04 +00:00
Dries Buytaert
6f2ad759f4
- import.module:
...
+ added internal improvements suggested by Julian.
+ XHTML-ified
- admin.php:
+ XHTML-ified
2001-07-07 13:07:03 +00:00
Dries Buytaert
adfbda3d9a
- Tidied up some stuff in account.php and theme.inc.
...
- Tidied up the box() API.
2001-07-07 11:14:25 +00:00
Dries Buytaert
7cbd6cf01e
- Tidied up submit.php (submission page) a bit.
2001-07-07 10:32:17 +00:00
Dries Buytaert
cddb517df6
- Updated CHANGELOG
2001-07-07 07:34:02 +00:00
Dries Buytaert
829d77df8e
- Fixed bug in error.php
2001-07-06 07:44:44 +00:00
Dries Buytaert
121b5425c2
- Fixed tiny typo which broke the download link
2001-07-04 12:20:14 +00:00
Dries Buytaert
43db9cf86f
- common.inc:
...
+ Made '$na' translatable on popular demand.
- node.module:
+ replaced a confusing configuration description, as suggested by
Remco.
- statistics.module:
+ Added a 'most recent referers'-table sorted by timestamp.
- drupal.module:
+ Small update of the links.
2001-07-03 19:16:20 +00:00
Dries Buytaert
6a21940c76
- common.inc:
...
+ Made '$na' translatable on popular demand.
- node.module:
+ replaced a confusing configuration description, as suggested by
Remco.
- statistics.module:
+ Added a 'most recent referers'-table sorted by timestamp.
- drupal.module:
+ Small update of the links.
2001-07-03 19:09:51 +00:00
Steven Wittens
712e38a852
Made the links bar at the top and bottom smaller, to accomodate for the longer link texts.
2001-07-03 12:32:53 +00:00
Dries Buytaert
8f2ef0760f
- Added improvement locale.module, based on Gerhard K.'s implementation.
...
(Thanks Gerhard!)
- Various other small improvements.
2001-07-02 20:30:32 +00:00
Dries Buytaert
8674cf0953
- Small updates
2001-07-01 11:27:10 +00:00
Dries Buytaert
441e259888
- Updated CHANGELOG a bit.
2001-06-30 22:32:06 +00:00
Dries Buytaert
87575929a5
- Introduced caching support.
2001-06-30 20:23:33 +00:00
Dries Buytaert
eacfc0425d
- Added 'drupal' link to pages.
2001-06-30 17:51:04 +00:00
Dries Buytaert
52aa41171e
- Rewrote box.module: the code size is twice as small, the interface looks
...
the same though. The next step is to merge it into block.module - if we
can figure out how this can be done.
2001-06-30 17:24:27 +00:00
Dries Buytaert
7021b763ad
- Typo: missing quote in URL
2001-06-30 10:34:34 +00:00
Dries Buytaert
cab3ac83f8
- statistics.module:
...
+ fixed small glitch
+ improved interface
2001-06-30 10:05:54 +00:00
Dries Buytaert
e6a67118eb
- Made search.php a module, being search.module.
...
- Updated the permission names to be more consistent.
- Small improvement to node.php.
2001-06-30 09:50:36 +00:00
Dries Buytaert
7c1b20fe49
- Forgot to update one user permission.
2001-06-30 08:00:38 +00:00
Dries Buytaert
f70002b78f
- Fixed typo.
2001-06-30 07:59:18 +00:00
Dries Buytaert
f56e745350
- Tidied up node.inc and node.php a bit.
...
- Fixed annoyance in comment.inc.
2001-06-30 07:47:50 +00:00
Dries Buytaert
9c43e8fc7a
Extremely large commit:
...
- Fixed tiny quote problem in account.php.
- Fixed tiny bug in comment.inc.
- Fixed tiny bug in comment.module.
- Fixed tiny bug in meta.module.
- Simplified user_access() API.
- Rewrote link system: still needs fine-tuning and testing so don't
upgrade if you are running a production site. ;)
Updated all modules and themes to reflect this change. All other
themes and modules need updating too!
2001-06-29 22:08:57 +00:00
Dries Buytaert
124694ee4d
- Fixed bug node.module bug:
...
+ the node scheduler did not un-schedule a node!
- Fixed comment bugs (as a result of the formification):
+ no signatures where being attached to the comments.
+ check_input was used where is should have been check_output,
with broken filters as the immediate result.
2001-06-27 18:06:36 +00:00
Steven Wittens
df30ccb061
The ever persistant typo.....
2001-06-26 15:43:29 +00:00
Steven Wittens
8d46b18892
Updated calendar.module:
...
- Locale'd the day-of-the-week-letters. Don't worry, you won't find any "F" or "S" in your locale database, just "Friday" and "Sunday".
- Fixed a bug with 28/20-day months. Skipping a month ahead from e.g. January 31st would have you end up on March 3rd. Same for skipping backwards.
- Made the selected date always appear in bold.
- Prevented all skipping into the future. This was still possible by skipping whole months.
2001-06-26 15:40:03 +00:00
natrak
564e3ed30f
- Fixed some HTML errors in the help.
2001-06-26 14:58:00 +00:00
Dries Buytaert
73b855f707
- Fixed typo in comment.inc as result of form-ification. Replying to
...
a node was not possible: clicking the Preview button redirected you
the main page.
2001-06-26 06:59:46 +00:00
Dries Buytaert
b8a31dba9b
- Fixed a few tiny bugs in comment.inc (introduced by the form-ification).
2001-06-25 20:39:04 +00:00
Dries Buytaert
56b35360ed
- Fixed problem with book.module (reported by Jared).
...
- Fixed problem with forum.module (reported by Jared).
2001-06-25 20:06:06 +00:00
Dries Buytaert
168db4c99e
- Fixed problem with book.module (reported by Jared).
...
- Fixed problem with forum.module (reported by Jared).
2001-06-25 19:36:04 +00:00
Dries Buytaert
ca6af5ad76
- Fixed conf_save bug in node.module (reported by Jared).
2001-06-25 06:47:55 +00:00
Dries Buytaert
bd8e9dd0af
- Fixed bug in export module when exporting books to HTML.
2001-06-24 19:12:30 +00:00
Kjartan Mannes
3381307367
- Changed field_get/set() to be more efficent.
2001-06-24 18:33:13 +00:00
Dries Buytaert
0743b2cdbc
- XHTML-ified search-related code.
2001-06-24 16:47:20 +00:00
Dries Buytaert
9443139a27
- Updated CHANGELOG
2001-06-24 15:58:14 +00:00
Dries Buytaert
3f6a8a2288
- Small visual improvement to statistics.module.
2001-06-24 15:53:36 +00:00
Dries Buytaert
1ba4d52f5d
- Small visual improvement to statistics.module.
2001-06-24 15:52:25 +00:00
Dries Buytaert
d0496d2e7c
- Fixed bug in SQL query in one of the sanity checks of book.module.
2001-06-24 14:02:49 +00:00
Dries Buytaert
4c50ea2776
- Small updates to statistics.module.
2001-06-24 12:06:40 +00:00
Steven Wittens
4ace70a120
Updated my themes: added [ and ] around node-links.
2001-06-24 11:48:28 +00:00
Dries Buytaert
4477efef71
- Added simple referer module, for sake of fun
2001-06-24 11:39:28 +00:00
Dries Buytaert
d29684a664
- Added simple referer module, for sake of fun.
2001-06-24 11:38:08 +00:00
Dries Buytaert
5ff9dd653f
- Made it possible to enter longer username such as 'Gerhard K*llesreit'.
...
- Updated database.mysql.
2001-06-23 14:59:15 +00:00
Dries Buytaert
f890592b2f
- Removed conf.module.
2001-06-23 12:49:49 +00:00