| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
easier. Also changed the <? tag to <?php in some cases.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)!
|
|
|
|
|
| |
- Applied (modified versions of) Alexander's patches on the development
branch.
|
| |
|
| |
|
|
|
|
| |
+ small bugfix
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
+ applied Julian's fputs() patch
+ fixed typo
- cloud.module:
+ applied Julian's fputs() patch
- comment.module:
+ applied Julian's "delete" patch
|
|
|
|
|
|
|
| |
- fixed the maxlengths as reported by Lars Gregori.
import.module
- modified the titles as suggsted by Julian Bond.
|
|
|
|
| |
+ small update
|
|
|
|
|
|
|
| |
+ 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.
|
|
|
|
|
|
|
| |
+ small visual change
- import.module:
+ added suggestions made by Julian along with some extras.
|
| |
|
|
|
|
| |
+ more small visual updates (last time today)
|
|
|
|
| |
+ made 1 few visual change.
|
| |
|
|
|