summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #100909 by webbernet: improve usability of cron message.Dries Buytaert2007-11-20
|
* - Patch #193800 by jp.stacey: OpenID service discovery confused by newlines ↵Dries Buytaert2007-11-20
| | | | within meta or link tags.
* - Patch #192110 by profix898: fixed hook_profile_alter API.Dries Buytaert2007-11-20
|
* - Patch #192242 by catch, quicksketch, webchick, keith et all: usability ↵Dries Buytaert2007-11-20
| | | | improvements for the vocabulary/term forms.
* #192201 by myself: remove overly secure check_markup() and check_plain() ↵Gábor Hojtsy2007-11-20
| | | | usage which results in double escaped output
* #193510 follow up by webernet: restore updates added through the 4.7.x ↵Gábor Hojtsy2007-11-20
| | | | lifecycle, so any 4.7.x version can be updated to 6.x
* - Patch #100909 by catch: small improvement to running cron.Dries Buytaert2007-11-20
|
* #181126 by quicksketch et al: drag and drop support for menusGábor Hojtsy2007-11-20
|
* #186658 by fajerstarter: OpenID login usability fixes and JS cleanup, also ↵Gábor Hojtsy2007-11-20
| | | | makes OpenID login Konqueror compatible
* #193064 patch by myself: take node by reference, when revisionn is saved, so ↵Gábor Hojtsy2007-11-20
| | | | we get the vid property updated on PHP 4 too
* #192209 follow up by bdragon: some missing taxonomy terminology fixes in ↵Gábor Hojtsy2007-11-20
| | | | trigger module
* #189986 by keith.smith and bjaspan: reword description on install update ↵Gábor Hojtsy2007-11-20
| | | | notification checkbox to ensure people understand that this is a notification feature, not an automatic update feature
* #193580 by chx: given recent improvements, Drupal does not require CREATE ↵Gábor Hojtsy2007-11-19
| | | | TEMPORARY TABLE and LOCK TABLES permissions, so do not check on install and do not advise people giving these rights
* #193191 by chx: allow form elements to enable form caching - allows custom ↵Gábor Hojtsy2007-11-19
| | | | form elements to leverage the AHAH framework
* #193510 by webernet: remove updates from unsupported Drupal versions, as our ↵Gábor Hojtsy2007-11-19
| | | | policy dictates (and because some API changes make them faulty without further modifications)
* #192209 by catch, webchick et al: use the 'taxonomy' word instead of the ↵Gábor Hojtsy2007-11-19
| | | | more confusing 'categories'
* #193513 by keith.smith: use 'set up' instead of 'setup' in installer tasksGábor Hojtsy2007-11-19
|
* #191310 follow up: remove files folder as this has a high possibility of ↵Gábor Hojtsy2007-11-19
| | | | making people loose files, if they have no backup and upgrade blindly
* #100909 by webernet and RobRoy: improve cron error reporting by defining ↵Gábor Hojtsy2007-11-19
| | | | time tresholds, so if cron stops running after some time, it also becomes an error, but cron not run yet is not an error on installation
* #190283 by JirkaRybka and myself: fix installer localization and form handlingGábor Hojtsy2007-11-19
| | | | | | | - use a two pass localization process so localization is ready for the configure form and profile tasks - fix awkward form API workarounds which were introduced before we used a full bootstrap anyway - allow for more usable localized profiles by letting them skip language selection - lots of documentation improvements to profiles and the installer functions
* #177556 by flobruit and momendo: hide 'select all' checkbox when there are ↵Gábor Hojtsy2007-11-19
| | | | no checkboxes to select
* #192692 by jrbeeman and mfer: (security) protect profile category page menu ↵Gábor Hojtsy2007-11-19
| | | | items with the visibility settings already available
* #193274 by dmitrig01 and quicksketch: send submit button data with AHAH ↵Gábor Hojtsy2007-11-19
| | | | submissions
* - Patch #191914 by chx: you cannot add user/register to a menu. Also ↵Dries Buytaert2007-11-17
| | | | removed some whitespace.
* - Patch #192348 by douggreen and bjaspan: fixed database inconsistencies.Dries Buytaert2007-11-17
|
* #189388 by myself: remove outdated and inaccurate glossary of basic Drupal termsGábor Hojtsy2007-11-17
|
* - Patch #179143 by Gabor, JirkaRybka, chx, ChrisKennedy, et al: do not fire ↵Dries Buytaert2007-11-16
| | | | bootstrap hooks during update.
* #192659 by quicksketch: center table headers for checkbox columns, where ↵Gábor Hojtsy2007-11-16
| | | | checkboxes are also centered
* #189409 follow up note by Steven Wittens: administrator entered text should ↵Gábor Hojtsy2007-11-16
| | | | be filtered with filter_xss_admin(), not the less permissive filter_xss()
* #190899 by bjaspan: (regression) return the queries performed in ↵Gábor Hojtsy2007-11-16
| | | | drupal_install_schema() and drupal_uninstall_schema(), so module install hooks can report on creation of tables, or failures, as it was in Drupal 5
* #189409 by Arancaytar: use filter_xss() to filter content type descriptions, ↵Gábor Hojtsy2007-11-15
| | | | instead of printing them verbatim (on one occassion) and printing them with check_plain() erroneusly on another
* #191310 by JirkaRybka, keith.smith: ship with a files directory by default ↵Gábor Hojtsy2007-11-15
| | | | and improve installation error messages checking for all requirements on the same screen, instead of putting the user through individual error screens
* #191282 follow up by bjaspan: fix inconsistent database schema introduced by ↵Gábor Hojtsy2007-11-15
| | | | #191282 previously
* #128866 by JirkaRybka: fix broken update path of locale tables on PostgreSQLGábor Hojtsy2007-11-15
|
* #154593 by asimmonds and quicksketch:fix select all checkbox in moving table ↵Gábor Hojtsy2007-11-14
| | | | headers
* #190206 by myself: move misplaced Javascript codes from the form definition ↵Gábor Hojtsy2007-11-14
| | | | to where the form is output
* #25605 by Rob Loach et al: disallow editing user data of uid 0Gábor Hojtsy2007-11-14
|
* Fix bogus linebreakGábor Hojtsy2007-11-14
|
* Wrap foreach(explode()) in empty() check, so if empty items are found, the ↵Gábor Hojtsy2007-11-14
| | | | foreach will not bail out on the explode(). Identified in upgrade testing.
* #181582 rollback: this broke maintanance pages (update, install)Gábor Hojtsy2007-11-14
|
* Removing files I should have removed in #181582, but forgot.Gábor Hojtsy2007-11-14
|
* #191767 by k4ml: system_modules() is undefined in the update function, as it ↵Gábor Hojtsy2007-11-14
| | | | was moved out to system.admin.inc, so we need to include that
* #163728 follow up comment wrapping to 80 columns by myselfGábor Hojtsy2007-11-14
|
* #163728 by yasheshb and Desbeers: taxonomy data was lost on node previewGábor Hojtsy2007-11-14
|
* #191931 by webchick: user avatars were not displayed on nodesGábor Hojtsy2007-11-14
|
* - Patch #181066 by quicksketch et al: drag and drop of table rows on the ↵Dries Buytaert2007-11-14
| | | | block adminsitration page.
* - Patch #191282 by quicksketch: inconsistent database region for disabled ↵Dries Buytaert2007-11-14
| | | | blocks.
* - Patch #184742 by John Morahan: fixed PHP warning.Dries Buytaert2007-11-14
|
* - Patch #187799 by greggles et al: fixed problem with revisions being ↵Dries Buytaert2007-11-13
| | | | associated with the wrong user.
* - Patch #146466 by douggreen, Steven et al: Remove temporary table usage ↵Dries Buytaert2007-11-13
| | | | from search module