summaryrefslogtreecommitdiff
path: root/includes/common.inc
Commit message (Collapse)AuthorAge
* - Patch 161 by Gordon: adds new form_button() function with a more generic ↵Dries Buytaert2003-12-15
| | | | | | version of form_submit() which allows the creation of HTML buttons.
* Patch by Kjartan:Dries Buytaert2003-12-13
| | | | | | | | | | | | + Simplified cache logic in drupal_get_path_map(). + Added check to see if errors should be reported to error_handler(). + Use proper db_query() syntax in throttle(), and use $_ENV instead of getenv(). + Changed fix_gpc_magic() to use array_walk (C functions will always be faster), and renamed _fix_gpc_magic_array() to _fix_gpc_magic(). + Renamed $node in array2object() to $array. + Renamed $node in object2array() to $object. + Minor other coding method tweaks.
* - Simplified the way the 'real path' is resolved.Dries Buytaert2003-12-12
|
* - Moved the watchdog() function to the bootsrap file. Patch by Moshe.Dries Buytaert2003-12-10
|
* - Fixed <title> extraction deleting body.Kjartan Mannes2003-12-09
| | | | | | | | | | - Fixed metaWeblog/Blogger incompatibilities in blogger.editPost and blogger.getRecentPosts. - Fixed coding style deviations. - Fixed access checks, now requires maintain personal blog. - Fixed taxonomy integration. - Fixed blogger.getUserInfo - Improved user login/access error messages.
* - Tidied up the DoxyGen comments. Patch by Kjartan.Dries Buytaert2003-12-08
|
* - Patch 0185 by Jeremy: made it possible to automatically disable modules whenDries Buytaert2003-12-07
| | | | under heave load.
* - Introduced a drupal_set_message() and drupal_get_message() function.Dries Buytaert2003-12-01
| | | | | | | Contributed themes and modules need to be updated: - modules: status() is no more; use drupal_set_message() instead. - themes: use drupal_get_message() to check for status messages and visualize them.
* - Doxygen improvements. Patch by Ax.Dries Buytaert2003-11-26
|
* - Committed phase 4 of JonBob's menu system changes.Dries Buytaert2003-11-25
|
* Patch by Ax to fixe and improve to the core doxygen PHPdoc:Dries Buytaert2003-11-24
| | | | | | | | | | | | * 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.
* - Committed phase 3 of JonBob's menu changes. Adds an API for modules toDries Buytaert2003-11-23
| | | | | define titles and breadcrumbs for their pages, and updates the theme system to display them.
* - Improved module loading when serving cached pages. Moshe's bootstrap patch.Dries Buytaert2003-11-18
| | | | - Used legend and fieldset tags for the configuration page.
* - Improved form items: added <label> tags to improve accessibility and addedDries Buytaert2003-11-17
| | | | | theme_form_element() function to improve themeability. I left form_item() and the calls to form_item() intact for now.
* - table(...) -> theme("table", ...)Dries Buytaert2003-11-13
|
* - Committed stage 2 of the theme system improvements! Patch by CodeMonkeyX.Dries Buytaert2003-11-09
|
* - Removed the "return" link from the node submission confirmation page.Dries Buytaert2003-11-09
|
* - Usability improvement: replaced many selection boxes by radio buttons.Dries Buytaert2003-11-06
| | | | | | | | Patch by Stefan. - Usability improvement: introduced a form_group() function and updated the node and comment module to take advantage of it. Patch #149 by Eric Farris.
* - Improvement: made it possible to disable the comment controls and reworded ↵Dries Buytaert2003-10-31
| | | | | | | | | | | | | | | | some of the configuration settings. - Improvement: removed a left-over from Drupal 4.2.0 (dead code). - Improvement: replaced hard-coded XHTML around the XML icons with class="xml-icon". - Improvement: removed the custom navigation menus shown at the top of the "user information page" and integrated them in the new navigation block. The "my account" link in the navigation menu will unfold. Also removed the "delete account" link/functionality (for now). - Improvement: fix for "magic quotes" settings. Patch by Steven. I also removed check_php_settings(). - Improvement: block themability improvements. Modified patch from Ax and Steve/CodeMonkeyX. - Fixed bug #2617: editing user information does not work. Patch by Kjartan.
* - Bugfix: renamed the 'statistics' table to 'node_counter' as 'statistics' isDries Buytaert2003-10-22
| | | | | | | | a reserved SQL keyword. Required for both PostgreSQL and MSSQL. Patch by Adrian. - Bugfix: renamed the 'path' table to 'url_alias' as 'path' is a reserved SQL keyword. Required for both PostgreSQL and MSSQL. Patch by Adrian.
* - Bugfix: made the "Default front page" setting work with URL aliases. PatchDries Buytaert2003-10-20
| | | | by Matt.
* - Fixed bug #3637: made comment module settings translatable. Patch #13 by ↵Dries Buytaert2003-10-16
| | | | | | | | | | | | | Moshe. - Fixed bug #3642: removed duplicate settings from user page. Patch #14 by Moshe. - Fixed bug #3503: added 'forum topic' link to the 'create content' menu. Patch by Gobar. I think this might be more intuitive and consistent code-wise; I don't want to introduce small hacks. - Cache improvement: small cache improvement to prevent SQL errors. Patch by Jeremy.
* - Usability improvement: improved consistency and themability of the search ↵Dries Buytaert2003-10-15
| | | | form.
* - Bugfix: the search result type names (node, user, comment) were notDries Buytaert2003-10-13
| | | | translatable in the search page output. Patch by Gabor.
* - Small code improvementDries Buytaert2003-10-09
|
* - Fixed cache issue with path map.Dries Buytaert2003-10-09
|
* - Fixing bug #3499: File upload tool does not display in 'create image' formKjartan Mannes2003-10-07
|
* - Path modoule improvements. Modified path by Matt.Dries Buytaert2003-10-03
|
* - Modifies path.module to get rid of pgsql reserved word. Patch by Adrian.Dries Buytaert2003-10-01
| | | | | | | | | | - Updates database.pgsql and database.mysql to work with current cvs. Patch by Adrian. - Updates update.php to be able to update postgres from 4.2 to current. Patch by Adrian. - Small fixes by me.
* - Some URL alias fixes by Matt.Dries Buytaert2003-09-30
|
* - Url aliasing improvements. Patch by Matt. See mailing list for moreDries Buytaert2003-09-30
| | | | information.
* - Made sure dates can be translated nicely. Patch by Gobar.Dries Buytaert2003-09-29
|
* - Rolling back debug_backtrace(). Handy to have, but PHP 4.3 required.Kjartan Mannes2003-09-29
|
* - Ick. Hit the backspace key before commiting. Undoing.Kjartan Mannes2003-09-29
|
* - Fixed cache's handling of HTTP headers (passed all 9 unit tests)Kjartan Mannes2003-09-29
|
* - Fixing cache logic, the logic was inversed.Kjartan Mannes2003-09-29
|
* - Made the check for If-Modified-Since and Etag headers work for non-ApacheDries Buytaert2003-09-28
| | | | | webservers. This will, for example, improve caching on IIS. Patch by Kjartan.
* - Bugfix: fixed string being check_query()-ed twice. Bug #2425. Patch byDries Buytaert2003-09-14
| | | | Matt.
* - Patch by Bart Jansen:Dries Buytaert2003-09-10
| | | | | | | | | | | | | | | | | | | <quote> This adds session support for anonymous users and fixes a bug/typo. 1. changed rid for user #0 from 0 to 1 (rid 1 == anonymous user) to make inner join work. 2. replaced "if ($user .." by "if ($user->uid .." because now $user is always set (my previous change probably caused this). 3. db_next_id("user_uid") -> db_next_id("users_uid"); </quote> I repeat: "This adds session support for anonymous users and fixes a bug/typo."
* - fixing a invaild if that has slipped in.Kjartan Mannes2003-09-05
|
* Implemented more suggestions by Keith:Dries Buytaert2003-08-22
| | | | | | | | | | | | | | - Made sure the 'Topic' title is only shown above the topics, not the icons. - Automatically shorten the username when it is too long. I implemented this as part of format_name() and could therefore nuke some code in the statistics module. This is change is somewhat experimental and I'm willing to revert or change this if a number of people aren't too happy with this behavior. - Left align the dates and authors: makes it easier/faster to scan. - Made the little tablesort arrows clickable.
* - Committed Jeremy's session patch: this brings us one step closer to havingDries Buytaert2003-08-20
| | | | session for anonymous users.
* - Bugfix: fixed problem with "exit" hook not always being called. ReportedDries Buytaert2003-08-13
| | | | by Jeremy. Patch by Moshe.
* - Applied modified version of almaw's 0064 patch: form item attributes.Kjartan Mannes2003-08-12
| | | | | | | | | - Applied modified version of mathias' 0073 patch: node form name. $params["options"] is now an array so some contrib modules might need minor changes. - Applied mathhias' 0074 patch: missing access check on who is new block.
* Applied 0007.almaw.home-link-using-l.patchKjartan Mannes2003-08-11
| | | | | | | - Fix link_page to use l() to generate home link. Applied 0058.kika.themeable-usermenu.patch - Modifies user menu be themeable.
* - Committed a modified version of Ulf's input checking changes. Patch #95.Dries Buytaert2003-08-08
| | | | I added an error message, changed a few things around and fixed tw typos.
* - Cache system improvements by Gerhard: removed some left-overs.Dries Buytaert2003-07-23
|
* - Bugfix: the cache wasn't always cleared properly. Patch by Gerhard.Dries Buytaert2003-07-23
|
* - Commited the URL aliasing patch. Thanks Matt.Dries Buytaert2003-07-16
| | | | This update requires you to run update.php!
* - Committed a slightly modified version of Slavica's table prefix patch.Dries Buytaert2003-07-10
|