| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
components such as lists, form items, removes an ugly hack from the
archive module and should fix the poll problem (although it doesn't
Opera/Konqueror).
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
no permissions set.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fixed a typo in the MSSQL database scheme. Patch by Michael Frankowski.
- Removed dependency on "register_globals = on"! Patches by Michael Frankowski.
Notes:
+ Updated the patches to use $foo["bar"] instead of $foo['bar'].
+ Updated the INSTALL and CHANGELOG files as well.
- Tiny improvement to the "./scripts/code-clean.sh" script.
|
|
|
|
| |
- Changed all occurences of '%d' to %d as suggested on the mailing list.
|
| |
|
|
|
|
|
| |
theme_node_list(), and theme_menu_list(). This will fix the excessive
gap between lists and avoids generating empty <b></b> constructs.
|
|
|
|
| |
standard themes could be updated to demonstrate the possibilities.
|
|
|
|
| |
request #1109.
|
| |
|
|
|
|
| |
- Added a 'form_radio' function.
|
|
|
|
|
| |
- case t("whatever");
+ case t("whatever"):
|
| |
|
|
|
|
| |
in common.inc. Modified patch from Gerhard.
|
|
|
|
| |
bug #185217. Patch by Gerhard.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The syntax for db_query_range() was enhanced so it matches db_query(). So
you may pass extra arguments of the SQL statement which are checked via
check_query() and then substituted into the SQL statement. After these
optional arguments, you always pass $from and $count parameters which
define your range. Most often, the $from is 0 and the count is the max
number of records you want returned. Patch by Moshe.
- The pager_query() function for PEAR was enhanced so that it adds proper
GROUP BY statement counting the number of records to be paged. Patch by
James Arthur.
- MSSQL database scheme by Moshe.
|
|
|
|
| |
- Removed extraneous %uri's.
|
|
|
|
|
|
| |
- Fixed broken queries: use 'AND' instead of '&&'. Reported by Neil.
- Fixed broken URLs in e-mails. Reported by Stefaan.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* After having a chat with Dries we have agreed on the logics (or
more specifically he told me how its supposed to work). The queue
module is just a method to make moderation public, but its not
necessarily the only way. This brings the power back.
- Minor interface tweaks (names, case changes, etc).
- Fixed error that would show when you tried to view the profile of a
blocked user.
|
| |
|
|
|
|
| |
fixes a handful of bugs introduced by the clean URL patch.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The following modules need updating:
* glossary module
* feed module (Breyten's version)
* mailhandler module
* notify module
* project module
* smileys module
* admin module
* style module
* taxonomy_dhtml module
To avoid unexpected problems menu_add() is deprecated (it will print an
error message when used) and menu() should be used instead.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
red for Drupal to work on new versions of PostgreSQL. Patch by James.
|
| |
|
|
|
|
| |
- Added missing t() function. Patch by Stefan.
|
| |
|
|
|
|
| |
by David.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
snappier (performance improvement).
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fixed a bug with get_tree and multiple parents.
- Fixed 3 wrong caches (this will avoid some queries).
- Extension to taxonomy_term_count_nodes() (feature #159): "currently
calling taxonomy_term_count_nodes() returns the amount of nodes in each
term, would it be possible to extend this function so that it would only
return the amount of nodes of a certain type under each term.
- Confirm deleting a vocabulary or a term (requested by Moshe).
- Use form_weight() in vocabulary and term forms.
- After submitting a term, we end up at the term page (requested by Moshe).
- Added status messages when adding, editing and deleting vocabularies and
terms
- Minor clean ups
* Made sure all modules use the same link delimiter; "|" for now.
|
|
|
|
| |
are disabled. Patch by Gerhard.
|
| |
|