| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* fixes all doxygen warnings [#]_ in the current code base
+ changes @param style from phpDocumentor (@param type $var desc) to doxygen (@param $var desc)
+ documents all undocumented parameters
+ escapes / fixes html warnings
+ fixes @defgroup in theme.inc
* adds more groupings [#]_
+ drupal_{set|get}_title, drupal_{set|get}_breadcrumb
+ pager.inc: pager_api (pager_query(), pager_display()), pager pieces
* adds a new group "themeable" which contains all themeable functions.
|
|
|
|
|
|
|
|
|
|
| |
Make sure to write:
db_next_id({table}_field);
instead of:
db_next_id(table_field);
|
|
|
|
|
|
| |
Modified patches from Gerhard.
- Changed the order of the checks in node_teaser(). Patch from Kobus.
|
| |
|
|
|
|
| |
- Changed all occurences of '%d' to %d as suggested on the mailing list.
|
|
|
|
|
| |
- case t("whatever");
+ case t("whatever"):
|
| |
|
|
|
|
|
|
|
| |
- db_query_range() in database.mysql.inc wasn't updated to match
db_query().
- Fixed phpdoc.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
ports. Patch by Alastair.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
changes include:
* a couple of coding style changes, renamed some "stats" into
"statistics", etc.
* removed the "Who's online" block from the user module.
* added db_affected_rows() to the resp. database abstraction
layers and made the statistics module use db_affected_rows()
instead.
* added update logic to "update.php".
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* 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.
+ ...
|
|
|
|
| |
code/patch.
|
|
|