summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* - Patch #216813 by pwolanin et al: fixed upgrade path for primary links and ↵Dries Buytaert2008-02-23
| | | | navigation.
* - Patch #220953 by pwolanin: fixed bug in _menu_navigation_links_rebuild().Dries Buytaert2008-02-23
|
* - Patch #212918 by chx: fixed SQL queries on mysqli.Dries Buytaert2008-02-21
|
* - Patch #224142 by jvandyk: tiny performance improvement for theme().Dries Buytaert2008-02-20
|
* - Patch #189568 by dvessel et al: overriding of module CSS didn't always work.Dries Buytaert2008-02-20
|
* - Patch #181411 by Moshe: use schema API for saving and updating user records.Dries Buytaert2008-02-18
|
* - Patch #196862 by earnie et al: make drupal_lookup_path() a tad faster by ↵Dries Buytaert2008-02-18
| | | | eliminating an SQL query.
* - Patch #203846 by pwolanin: remove PHP4 compatibility code.Dries Buytaert2008-02-17
|
* - Patch #218116 by greggles: document session_save_session().Dries Buytaert2008-02-17
|
* - Patch #218915 by keith and jakeg: fixed typo in watchdog() call.Dries Buytaert2008-02-17
|
* - Patch #212918 by pwolanin: enable MySQL's ANSI-mode. We can chose to ↵Dries Buytaert2008-02-17
| | | | disable this when we ship Drupal 7, but it is really helpful during the development cycle.
* - Patch #222385 by pwolanin: removed drupal_clone() hack in favor of the ↵Dries Buytaert2008-02-17
| | | | real PHP5 clone().
* - Patch #221364 by chx: removed PHP 4.3 workaround. Oh, yeah.Dries Buytaert2008-02-14
|
* - Patch #216059 by nedjo, theborg, karens, goba, webchick et al: AHAH ↵Dries Buytaert2008-02-12
| | | | triggered by text input enter key press breaks autocomplete.
* - Patch #217803 by csevb10 and senpai: uninstall system does not correctly ↵Dries Buytaert2008-02-12
| | | | remove dynamic menu items when a module is deleted.
* - Patch #215858 by pwolanin, goba, catch et al: localized menu link data ↵Dries Buytaert2008-02-10
| | | | getting saved back to the database.
* - Patch #218471 by pwolanin: menus and books exposed unpublished nodes.Dries Buytaert2008-02-10
|
* - Patch #209240 by saxofaan, mike stewart, gopherspidey: fixed installation ↵Dries Buytaert2008-02-10
| | | | problem with multi-site setups.
* - Patch #184926 by Rob and brightloudnoise: improved usability of status ↵Dries Buytaert2008-02-10
| | | | message when site is offline.
* - Patch #211979 by chx, theborg, pwolanin, et al: menu items show no matter ↵Dries Buytaert2008-02-10
| | | | where their parent is found.
* - Patch #218054 by Arancaytar: _db_create_field_sql has precision and scale ↵Dries Buytaert2008-02-08
| | | | arguments in wrong order.
* - Patch #214513 by Lynn: missing break-statement in system_send_email_action.Dries Buytaert2008-02-06
|
* - Patch #218319 by Moshe: added support for dynamic menu items in query strings.Dries Buytaert2008-02-06
|
* - Patch #210131 by dvessel, catch, John, et al: updated jQuery library.Dries Buytaert2008-02-06
|
* #215858 by pwolanin: localized menu options were saved into the database, ↵Gábor Hojtsy2008-02-04
| | | | avoid this by using different variable names / array keys
* #117748 by quicksketch: short fix to trim() required fields for validation, ↵Gábor Hojtsy2008-02-04
| | | | with documentation
* #216061 by Eaton: nid was not set in node creation (programatic node ↵Gábor Hojtsy2008-02-03
| | | | creation regression)
* Back to 6.0-devGábor Hojtsy2008-01-30
|
* Preparing for RC3Gábor Hojtsy2008-01-30
|
* #216042 by Eaton: provide the complete form to element validators as well ↵Gábor Hojtsy2008-01-30
| | | | (critical regression for CCK)
* #215127 by chx, webernet, catch; testing by theborg: menu item parenting was ↵Gábor Hojtsy2008-01-30
| | | | broken when moving menu items
* #215848 by simonc: SMALLTEXT is not a valid MySQL type, TINYTEXT is there ↵Gábor Hojtsy2008-01-30
| | | | instead
* #215252 by bdragon: reset the cache flush variable before the cache is ↵Gábor Hojtsy2008-01-29
| | | | flushed, so busy sites will not attempt multiple cache flushes at a time
* #215361 by bec: phpdoc for menu_load_objects(), _menu_item_localize() and ↵Gábor Hojtsy2008-01-29
| | | | _menu_link_translate()
* #210219 by htalvitie, yched: initialize block caching properties properly on ↵Gábor Hojtsy2008-01-28
| | | | install (and update bugos RC2 sites as well)
* #213664 by chx, theborg: menu item not expanded on front pageGábor Hojtsy2008-01-28
|
* #193331 by ufku: the replace parameter was not used in file_save_upload() as ↵Gábor Hojtsy2008-01-28
| | | | documented, fix this
* #213517 by ax: inline documentation cleanup, fixing four unclosed @defgroupsGábor Hojtsy2008-01-28
|
* #207029 by JohnAlbin: some menu item properties were not passed along for ↵Gábor Hojtsy2008-01-28
| | | | theming (regression)
* #214922 by Eaton: fix code typo which prevented from image buttons in a tree ↵Gábor Hojtsy2008-01-28
| | | | form from working
* #206955 follow up by merlinofchaos: avoid misusing default values for image ↵Gábor Hojtsy2008-01-28
| | | | buttons
* #207330 by c960657: allow custom URL rewriter to work on base_url and fix ↵Gábor Hojtsy2008-01-27
| | | | urlencoding of front page URL with a path prefix
* #172571 by fgm, slightly modified: document that theme_xml_icon() was ↵Gábor Hojtsy2008-01-27
| | | | superceded in most cases by theme_feed_icon()
* #187075 by dvessel: do not compute a breadcrumb for the home page (regression)Gábor Hojtsy2008-01-27
|
* #212126 report by salvis, patch by myself: allow clearing of ↵Gábor Hojtsy2008-01-25
| | | | drupal_html_to_text() URL list, so it can be used multiple times on the page
* #194327 by dvessel, David_Rothstein, catch, theborg: IE form submission ↵Gábor Hojtsy2008-01-25
| | | | button correction was buggy
* #213319 by add1sun: minor code documentation fix at template_preprocess_block()Gábor Hojtsy2008-01-24
|
* #204411 by catch: elevate MySQL requirements to 4.1.1 (the first production ↵Gábor Hojtsy2008-01-24
| | | | MySQL 4.1.x was 4.1.5 anyway)
* #208768 by dvessel, Arancaytar: language direction should be in the HTML ↵Gábor Hojtsy2008-01-24
| | | | source, so it is more accessible even without CSS
* #194494 by Jax, slightly expanded: unify empty password handling is MySQL ↵Gábor Hojtsy2008-01-23
| | | | and MySQLi installer and runtime drivers