| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
- 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.
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+ 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.
+ ...
|
|
|
|
| |
- commiting patch to cloud.module from Remco.
|
|
|
|
| |
and the number of bytes required for an update, can be changed now.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
+ made the cloud module export some documentation - thanks Joe!
+ XHTML-ified the emitted HTML code and quotes array indeces to
be compliant with our coding standards.
|
| |
|
| |
|
|
|
|
| |
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.
|
| |
|
|
|