| Commit message (Collapse) | Author | Age |
|
|
|
| |
of a node. Thanks David and Jeremy.
|
|
|
|
|
|
|
|
|
| |
or "operation" link.
- Made the main page of the administration section show an overview of all
watchdog entries with such action link.
- Fixed typo in PostgreSQL database scheme.
|
|
|
|
| |
the list even though it has not been selected. Reported by Adam Shand.
|
|
|
|
| |
first strip the body's HTML tags or we might get an empty title after all.
|
|
|
|
| |
displayed. Patch by Ax.
|
|
|
|
| |
search word(s). Patch by Ax.
|
|
|
|
| |
snappier (performance improvement).
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- rewrote taxonomy_get_tree() for improved performance and cleaner code
- fixed a bug in _taxonomy_term_select() with multiple parents
- added hooks in vocabulary and term insert, update and delete
- fixed a bug in taxonomy_save_vocabulary() (cache_clear_all() was never
called)
|
|
|
|
| |
Marco.
|
|
|
|
| |
while I was at it.
|
| |
|
|
|
|
|
|
| |
rendering functions.
- Usability improvement: a couple of strings could not be translated.
|
|
|
|
|
|
|
|
| |
rendering functions.
- Usability improvement: a couple of strings could not be translated.
- Bugfix: removed redundant links.
|
|
|
|
|
|
| |
tables use the new table rendering functions.
- Usability improvement: a couple of strings could not be translated.
|
|
|
|
|
|
| |
tables use the new table rendering functions.
- Usability improvement: a couple of strings could not be translated.
|
| |
|
|
|
|
| |
use the new table rendering functions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Usability improvement: made the block administration pages use the
new table rendering functions. By the way, the old code rendered
invalid HTML code.
- Usability improvement: saving block changes will now show a status
message.
- Usability improvement: quite a few strings could not be translated.
TODO:
- I think the "enabled" and "custom" field are somewhat confusing.
Suggestions?
|
|
|
|
|
|
| |
the new table rendering functions, made the overview table's HTML
code a lot simpler, tidied up the status messages, and removed some
redundant check_output()s.
|
|
|
|
|
|
|
|
|
|
| |
the new table rendering functions; access rule table, permission table,
role table, etc.
- Usability improvement: made the permission table translatable. Requested
by Stefan.
- Code improvement: removed some redundant check_output()s.
|
|
|
|
|
|
|
|
|
|
| |
- Usability improvement: made the user administration pages use the
new table rendering functions.
- Usability improvement: added pager support to the user administration
pages.
- Code improvement: fixed code indentation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Usability improvement: made the comment administration pages use the
new table rendering functions.
- Usability improvement: new comments will also be marked as new in the
administration pages.
- Code improvement: changed the comment administration pages to use the
default pager instead of a custom pager.
- Bugfix: "yes" and "no" were not translatable.
- $ diffstat comment.patch
comment.module | 45 +++++++--------------------------------------
1 files changed, 7 insertions, 38 deletions
TODO:
- Comment module: remove other custom pagers in the comment module.
- Pager/database: it would be nice if the functions db_query_range()
and pager_query() would have the same semantic as db_query(); that
is, using a variable number of arguments that are automatically
escaped/checked.
|
| |
|
|
|
|
| |
to take advantage of it.
|
| |
|
|
|
|
| |
(Temporary solution only - probably needs better integration?)
|
| |
|
| |
|
|
|
|
| |
- By default, "Allow user comments" is set to "read-write".
|
| |
|
| |
|
|
|
|
| |
http://drupal.org/node.php?id=923.
|
|
|
|
| |
order.
|
| |
|
|
|
|
|
|
|
|
|
| |
- Removed a broken filter which caused some line breaks to be stripped.
- It is now possible to create short teasers and the '---' delimiter can
be outside the allowed range but not more than a factor two.
- Fine-tuned teaser extraction in absence of the '---' delimiter.
|
| |
|
|
|
|
| |
module.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
when the taxonomy module is disabled. Reported by kyvinh.
- Improved forum documentation. Modified version of Kjartan's patch.
TODO:
- Updating a forum topic through the admin interface, results in a
duplicate (and incomplete) forum topic. Also note that "Leave
shadow?" function is annoying; the status of the checkbox is lost
when clicking preview. Also, I think it should be disabled be
default.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- Fixed another annoyance with editing content.
|
|
|
|
| |
- Attempt to fix linebreak handling.
|
|
|
|
|
|
|
|
|
| |
- consistency in return order
(http://list.drupal.org/drupal-devel/2002-December/009522.html)
- new functions: taxonomy_get_term_by_name() and
taxonomy_get_vocabulary_by_name()
- caches are flushed after vocabulary and term edit/delete; this should
avoid problems like forums not up to date
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- page_header() now adds Last-Modified and ETag http headers.
- When running PHP as an Apache module page_header() will check the HTTP
headers for conditional gets, and will only push the content when it
fails. (Works for html and xml pages as they are all cached). Note:
this is a PHP limitation, so until PHP makes it work for other web
servers this won't work for them.
- Added created field to cache database to hold the timestamp when the
cache was created.
- Changed cache_get() to return an object with ->data and ->created.
- Update forum and locale modules.
|