Dries Buytaert
4d8b485fad
- Added error handling support to the <node>_form hook.
2001-11-01 22:54:16 +00:00
natrak
e7fd76a1c9
- added the CVS keyword $Id$ to all files to make future version tracking
...
easier. Also changed the <? tag to <?php in some cases.
2001-10-20 18:57:10 +00:00
Dries Buytaert
0cce47f15f
- fixed small glitch in node_del()
...
- fixed small glitch in comment_del()
- changed the API of the form() function. The first parameter, the
"action"-attribute in the <form>-tag has been made optional. By
default, it will be set to "$REQUEST_URI".
Why? Because in 98% of the cases we would do:
global $REQUEST_URI;
$form = form($REQUEST_URI, $form_content);
while we can do:
$form = form($form_content);
now.
Update your modules (and sorry for the inconvenience)!
2001-09-28 16:20:55 +00:00
Dries Buytaert
ca85a56f1b
- Fixed 2 typos in the user module. Thanks Axel and Remco.
...
- Applied (modified versions of) Alexander's patches on the development
branch.
2001-09-18 18:39:15 +00:00
Dries Buytaert
30ad2effd4
- various updates
2001-08-05 14:33:53 +00:00
Dries Buytaert
2d13b53000
- added fclose()
2001-08-05 10:21:32 +00:00
Dries Buytaert
d159f7abc8
- cloud.module:
...
+ small bugfix
2001-08-05 08:29:27 +00:00
Dries Buytaert
97fe958df9
- various improvements and small additions
2001-08-04 13:37:41 +00:00
Dries Buytaert
cd48b94ad9
- import.module:
...
+ applied Julian's fputs() patch
+ fixed typo
- cloud.module:
+ applied Julian's fputs() patch
- comment.module:
+ applied Julian's "delete" patch
2001-08-03 18:39:17 +00:00
natrak
0ee2e5523c
cloud.module
...
- fixed the maxlengths as reported by Lars Gregori.
import.module
- modified the titles as suggsted by Julian Bond.
2001-07-30 09:19:59 +00:00
Dries Buytaert
67388cad9b
- cloud.module:
...
+ small update
2001-07-17 07:05:33 +00:00
Dries Buytaert
038b9cc19b
- cloud.module:
...
+ Fixed "rotten date" (as remco like to calls it).
+ Added "URL to monitor" field.
+ Added some error checking.
+ Apply the updates in 2.00-to-x.xx.sql.
2001-07-13 19:51:42 +00:00
Dries Buytaert
48029fe280
- cloud.module:
...
+ small visual change
- import.module:
+ added suggestions made by Julian along with some extras.
2001-07-09 18:13:53 +00:00
Dries Buytaert
b765109651
*** empty log message ***
2001-07-08 16:37:40 +00:00
Dries Buytaert
d3fc6962bc
- cloud.module:
...
+ more small visual updates (last time today)
2001-07-08 14:57:52 +00:00
Dries Buytaert
96098ce3be
- cloud.module:
...
+ made 1 few visual change.
2001-07-08 14:06:21 +00:00
Dries Buytaert
fdb5d1846d
- A small addition.
2001-07-08 12:03:11 +00:00
Dries Buytaert
99d712b636
- Added a simple site cloud module.
2001-07-08 11:31:52 +00:00