summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* #172824 by yched: let the batched processes perform drupal_execute() properlyGábor Hojtsy2007-09-14
|
* #174708 by multiple contributors: update jQuery to 1.2Gábor Hojtsy2007-09-12
|
* #63352 by kkaefer: add special prefix to long month names in format_date so ↵Gábor Hojtsy2007-09-12
| | | | May is recognized differently in short and long formats
* #150851 by pwolanin and chx: different radio buttons in the same set should ↵Gábor Hojtsy2007-09-11
| | | | have different HTML id values (XHTML validity fix)
* #166681 by dvessel: fix behavior of theme 'override preprocess functions'Gábor Hojtsy2007-09-10
|
* #172764 by pwolanin and chx: avoid using the expensive array_shift() in menu.incGábor Hojtsy2007-09-10
|
* #174025 by killes: small performance improvement for drupal_is_denied()Gábor Hojtsy2007-09-10
|
* #174170 by Shiny: different method to insert an action row with default ↵Gábor Hojtsy2007-09-09
| | | | values, so it works with PostgreSQL too
* #172262 by JirkaRybka: better globals handling in install system, so the ↵Gábor Hojtsy2007-09-09
| | | | choosen profile and language are remembered
* #172754 by pwolanin: page titles were broken when outside the active menu or ↵Gábor Hojtsy2007-09-07
| | | | on a callback
* #112064 by Dave Cohen and pwolanin: do not cache installer redirects, so ↵Gábor Hojtsy2007-09-07
| | | | live Drupal pages will be visible instead of cached installer pages
* #173566 by bjaspan: remove db_update_field(), because it can easily be used ↵Gábor Hojtsy2007-09-07
| | | | for evil (and mostly nothing else). We should not let contributed modules to easily break their database.
* #173227 by Desbeers: make language listing work early in the bootstrap, when ↵Gábor Hojtsy2007-09-07
| | | | modules are not yet loaded (fix a regression from a previous patch)
* #173274 by Desbeers: treat <front> as the empty path, when adding path ↵Gábor Hojtsy2007-09-06
| | | | prefixes, so we get the proper result
* #148677 by pwolanin: set active menu item on 403/404 pages (and on the user ↵Gábor Hojtsy2007-09-06
| | | | page)
* #172376 by ChrisKennedy: fix 8 E_ALL issues in comment module and fix ↵Gábor Hojtsy2007-09-06
| | | | approval queue
* #172604 by pwolanin: remove leading space at _menu_find_router_path() to ↵Gábor Hojtsy2007-09-06
| | | | comply to coding standards
* - Patch #172950 by webernet: code style fixes.Dries Buytaert2007-09-04
|
* - Patch #172433 by webchick: better connection error reporting for mysqli.Dries Buytaert2007-09-03
|
* - Patch #165160 by chx: restored access checking.Dries Buytaert2007-09-03
|
* #169263 by Gerhard Killesreiter: fix IP address identificationGábor Hojtsy2007-09-03
|
* #144337 by yched: batch support for node access table rebuildingGábor Hojtsy2007-09-02
|
* #172433 by chx: use the proper mysqli error function if there is no connectionGábor Hojtsy2007-09-02
|
* #172194 by ax: html to text was not picking up href values if not being the ↵Gábor Hojtsy2007-09-01
| | | | last argument
* #171562 by JirkaRybka: fix several issues with localesGábor Hojtsy2007-09-01
| | | | | | | - make searches work again, better worded - do not cache English stuff - fix strike through on string seek page - fix exports for translations
* #160395 follow up patch by dvessel: fix array initializationGábor Hojtsy2007-09-01
|
* - Patch #171652 by dvessel et al: cleanup some old cruft. Dvessel is on a ↵Dries Buytaert2007-09-01
| | | | patch spree ...
* - Patch #160395 by dvessel and merlinofchaos: allow theme engine to register ↵Dries Buytaert2007-09-01
| | | | theme variable functions.
* - Removing whitespace.Dries Buytaert2007-08-30
|
* #151868 by chx: avoid using array_shift() because it takes a lot of time to ↵Gábor Hojtsy2007-08-30
| | | | rehash the array, so indexing the array is more performant, then shifting items one by one
* #171606 by Heine: ported security fix from Drupal 4.7/5; use SCRIPT_NAME ↵Gábor Hojtsy2007-08-30
| | | | instead of PHP_SELF in links to avoid XSS holes
* #103391 follow up patch by bdragon: fix E_NOTICE by checking if href is setGábor Hojtsy2007-08-30
|
* #151394 by xqus and RobRoy: file.inc is required on maintanance pages for ↵Gábor Hojtsy2007-08-30
| | | | the JS aggregation
* #147657 by chx: menu module update functionGábor Hojtsy2007-08-29
|
* #168812 by webchick and pwolanin: in case we have a database error, trace it ↵Gábor Hojtsy2007-08-29
| | | | back to the original database function call, so we can provide a more accurate error message for DB errors
* #170334 by JirkaRybka: allow @count to be used in singular format_plural() ↵Gábor Hojtsy2007-08-29
| | | | values too
* #165343 by merlinofchaos and dvessel: include path history in theme ↵Gábor Hojtsy2007-08-29
| | | | discovery suggestions, so we find subtheme files properly
* #103391 by m3avrck, RobRoy and dvessel: cleanup active list item classesGábor Hojtsy2007-08-29
|
* #155828 by Eaton, pwolanin and jvandyk: let actions live even if ↵Gábor Hojtsy2007-08-29
| | | | actions.module is not turned on
* #170638 by JirkaRybka and chx: move update access variable to settings.php, ↵Gábor Hojtsy2007-08-28
| | | | so we can check whether it is wide open, and we have one place for settings
* #166071 by jjeff and dvessel: move default template preprocess code to ↵Gábor Hojtsy2007-08-28
| | | | template_preprocess, and add *lots* of documentation to template files and functions
* #165331 by chx: call hook_boot() for cached pages too, moving it to the ↵Gábor Hojtsy2007-08-26
| | | | right place
* noted by Robert Douglass in his caching presentation: the key param to ↵Gábor Hojtsy2007-08-26
| | | | cache_get should be renamed to cid for consistency (all other functions have cid)
* #157682 by bjaspan, chx and JirkaRybka: update.php for Drupal 6, to allow ↵Gábor Hojtsy2007-08-26
| | | | near flowless updates
* - Patch #169627 by JirkaRybka: improved logging of mail problems.Dries Buytaert2007-08-26
|
* - Patch #168028 by dvessler, merlinofchaos, pwolanin et al: both theme ↵Dries Buytaert2007-08-26
| | | | functions and templates may need include files. Flush your caches.
* - Patch #146667 by coofercat: fixed bug in form builder.Dries Buytaert2007-08-26
|
* #157510 by pwolanin and chx: search module needs menu tail arguments ↵Gábor Hojtsy2007-08-25
| | | | (arbitrary 'directory' looking parts)
* #169247 by profix898 slightly modified: fix E_NOTICE when form_id is not set ↵Gábor Hojtsy2007-08-23
| | | | on a non-programmed form
* - Patch #145218 by profix898, bennybobw, Crell, forngren et al: use href ↵Dries Buytaert2007-08-23
| | | | instead of @import for CSS.