Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #193513 by keith.smith: use 'set up' instead of 'setup' in installer tasks | Gábor Hojtsy | 2007-11-19 |
| | |||
* | #191310 follow up: remove files folder as this has a high possibility of ↵ | Gábor Hojtsy | 2007-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 Hojtsy | 2007-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 handling | Gábor Hojtsy | 2007-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 Hojtsy | 2007-11-19 |
| | | | | no checkboxes to select | ||
* | #192692 by jrbeeman and mfer: (security) protect profile category page menu ↵ | Gábor Hojtsy | 2007-11-19 |
| | | | | items with the visibility settings already available | ||
* | #193274 by dmitrig01 and quicksketch: send submit button data with AHAH ↵ | Gábor Hojtsy | 2007-11-19 |
| | | | | submissions | ||
* | - Patch #191914 by chx: you cannot add user/register to a menu. Also ↵ | Dries Buytaert | 2007-11-17 |
| | | | | removed some whitespace. | ||
* | - Patch #192348 by douggreen and bjaspan: fixed database inconsistencies. | Dries Buytaert | 2007-11-17 |
| | |||
* | #189388 by myself: remove outdated and inaccurate glossary of basic Drupal terms | Gábor Hojtsy | 2007-11-17 |
| | |||
* | - Patch #179143 by Gabor, JirkaRybka, chx, ChrisKennedy, et al: do not fire ↵ | Dries Buytaert | 2007-11-16 |
| | | | | bootstrap hooks during update. | ||
* | #192659 by quicksketch: center table headers for checkbox columns, where ↵ | Gábor Hojtsy | 2007-11-16 |
| | | | | checkboxes are also centered | ||
* | #189409 follow up note by Steven Wittens: administrator entered text should ↵ | Gábor Hojtsy | 2007-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 Hojtsy | 2007-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 Hojtsy | 2007-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 Hojtsy | 2007-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 Hojtsy | 2007-11-15 |
| | | | | #191282 previously | ||
* | #128866 by JirkaRybka: fix broken update path of locale tables on PostgreSQL | Gábor Hojtsy | 2007-11-15 |
| | |||
* | #154593 by asimmonds and quicksketch:fix select all checkbox in moving table ↵ | Gábor Hojtsy | 2007-11-14 |
| | | | | headers | ||
* | #190206 by myself: move misplaced Javascript codes from the form definition ↵ | Gábor Hojtsy | 2007-11-14 |
| | | | | to where the form is output | ||
* | #25605 by Rob Loach et al: disallow editing user data of uid 0 | Gábor Hojtsy | 2007-11-14 |
| | |||
* | Fix bogus linebreak | Gábor Hojtsy | 2007-11-14 |
| | |||
* | Wrap foreach(explode()) in empty() check, so if empty items are found, the ↵ | Gábor Hojtsy | 2007-11-14 |
| | | | | foreach will not bail out on the explode(). Identified in upgrade testing. | ||
* | #181582 rollback: this broke maintanance pages (update, install) | Gábor Hojtsy | 2007-11-14 |
| | |||
* | Removing files I should have removed in #181582, but forgot. | Gábor Hojtsy | 2007-11-14 |
| | |||
* | #191767 by k4ml: system_modules() is undefined in the update function, as it ↵ | Gábor Hojtsy | 2007-11-14 |
| | | | | was moved out to system.admin.inc, so we need to include that | ||
* | #163728 follow up comment wrapping to 80 columns by myself | Gábor Hojtsy | 2007-11-14 |
| | |||
* | #163728 by yasheshb and Desbeers: taxonomy data was lost on node preview | Gábor Hojtsy | 2007-11-14 |
| | |||
* | #191931 by webchick: user avatars were not displayed on nodes | Gábor Hojtsy | 2007-11-14 |
| | |||
* | - Patch #181066 by quicksketch et al: drag and drop of table rows on the ↵ | Dries Buytaert | 2007-11-14 |
| | | | | block adminsitration page. | ||
* | - Patch #191282 by quicksketch: inconsistent database region for disabled ↵ | Dries Buytaert | 2007-11-14 |
| | | | | blocks. | ||
* | - Patch #184742 by John Morahan: fixed PHP warning. | Dries Buytaert | 2007-11-14 |
| | |||
* | - Patch #187799 by greggles et al: fixed problem with revisions being ↵ | Dries Buytaert | 2007-11-13 |
| | | | | associated with the wrong user. | ||
* | - Patch #146466 by douggreen, Steven et al: Remove temporary table usage ↵ | Dries Buytaert | 2007-11-13 |
| | | | | from search module | ||
* | - Patch #191116 by david: make drupal_urlencode() rfc 1738 compliant to make ↵ | Dries Buytaert | 2007-11-13 |
| | | | | it work correctly with spaces. | ||
* | #189870 by O Govinda, keith.smith and catch: more user centric help text for ↵ | Gábor Hojtsy | 2007-11-13 |
| | | | | Blog API module, standardizing on 'blog' terminology also | ||
* | - Patch #191544 by Crell: split up profile module. Tested by catch. | Dries Buytaert | 2007-11-13 |
| | |||
* | #84754: fix 404 and 403 error pages if the path set for these error pages ↵ | Gábor Hojtsy | 2007-11-12 |
| | | | | does not exist | ||
* | #191104 by keith.smith: (usability) change occurances of node to 'post' and ↵ | Gábor Hojtsy | 2007-11-12 |
| | | | | 'content' as appropriate | ||
* | #188914 by Pasqualle: type and language filtering on node admin page was ↵ | Gábor Hojtsy | 2007-11-12 |
| | | | | broken due to missing breaks in switch | ||
* | #134984 by mikesmullin: fix gradient coordinate counting in color module | Gábor Hojtsy | 2007-11-12 |
| | |||
* | #191306 by xmacinfo, slightly modified: use standard reload link on all ↵ | Gábor Hojtsy | 2007-11-11 |
| | | | | error pages | ||
* | #190283 by myself and JirkaRbyka: use get_t() in pre-database setup code, ↵ | Gábor Hojtsy | 2007-11-11 |
| | | | | add missing javascript key to language objects (kills notices) and document st() better | ||
* | #172584 by myself, keith.smith, yoroy, O Govinda and catch: help text for ↵ | Gábor Hojtsy | 2007-11-11 |
| | | | | content translation module | ||
* | - Patch #189395 by Gabor and Keith: fixed insecure instructions in ↵ | Dries Buytaert | 2007-11-11 |
| | | | | documentation. Woops. | ||
* | - Patch #187319 by quicksketch: don't enable the powered by Drupal block for ↵ | Dries Buytaert | 2007-11-11 |
| | | | | existing sites, and better handle the default behavior. | ||
* | - Patch #191073 by Keith: another good string cleanup by Keith. (Also ↵ | Dries Buytaert | 2007-11-11 |
| | | | | removed some trailing whitespace.) | ||
* | - Patch #186496 by Neil: do not overwrite the variable. | Dries Buytaert | 2007-11-10 |
| | |||
* | #154517 by chx and Desbeers: usability fixes for path module (required ↵ | Gábor Hojtsy | 2007-11-10 |
| | | | | fields, permission info and resetting the filter made possible), and fixing language usage on nodeapi update in path_nodeapi | ||
* | #165924 by odious and drumm: add count query for pager in user_admin_account() | Gábor Hojtsy | 2007-11-10 |
| |