Commit Graph

8048 Commits (673aba159b039568b93b015c5c8b97a71ec530f6)

Author SHA1 Message Date
Dries Buytaert 673aba159b - Patch #194304 by Gabor: upgrade should only enable PHP module if necessary. 2007-11-28 09:45:47 +00:00
Gábor Hojtsy 76ea0a9476 #133092 by wmostrey: hide help page links when help module is not enabled, so the links lead to 404s 2007-11-27 21:06:28 +00:00
Gábor Hojtsy 60862d61eb #195073 by quicksketch: self is passed anyway, so we don't need to do it as part of the event 2007-11-27 20:41:01 +00:00
Gábor Hojtsy 0f10d5c5b1 #195743 by kkaefer: (usability) add labels to module names in the module admin form 2007-11-27 17:58:26 +00:00
Gábor Hojtsy bf17897c38 #195631 by yhager: although logs was changed to reports, this was not reflected in dblog_init() 2007-11-27 16:24:34 +00:00
Gábor Hojtsy c9fc63a388 #195730 by yhager: update module version numbers should always be LTR 2007-11-27 16:22:22 +00:00
Gábor Hojtsy cf35ffb660 #148084 by levavie, yhager and z.stolar: RTL styles for pushbutton, which completes RTL theme support in Drupal 6 core 2007-11-27 15:07:57 +00:00
Gábor Hojtsy 172a35faf4 #184968 spin off coding style fixes to let the substance of the patch get reviewed 2007-11-27 13:31:04 +00:00
Gábor Hojtsy 1f299b52e0 #195073 by yched and quicksketch: allow multiple drag and drop utilizing tables to be used on the same page (small bug fix) 2007-11-27 13:10:24 +00:00
Gábor Hojtsy b0a4ad29da #194743 report by Murz, patch by myself: in domain language negotiation mode, we should tell url() that we built an external URL, not that we need an absolute URL built by url() 2007-11-27 12:32:13 +00:00
Gábor Hojtsy f77b60f291 #195543 by hass and yhager: CSS inherit was completely misused in RTL CSS files 2007-11-27 12:09:27 +00:00
Gábor Hojtsy 61f04c91c9 #115912: remove misleading reference to node formats in node_teaser() phpdoc 2007-11-27 11:36:35 +00:00
Gábor Hojtsy bbd4a50917 #195576 by webernet: fix broken state of book updates due to my faulty rollback of a patch 2007-11-27 10:29:36 +00:00
Gábor Hojtsy 76cc2b94ae #43447 by Kobus, add1sun and keith.smith: improve blog module help text, also removing ages old reference to import module 2007-11-26 23:35:12 +00:00
Gábor Hojtsy b82738fa3f #195540 by hass: fix XHTML validity with disabled checkbox in locales form 2007-11-26 23:33:03 +00:00
Gábor Hojtsy efbd1db550 #193320 by JirkaRybka: _locale_rebuild_js() was invoked on every page view, now optimized 2007-11-26 22:34:09 +00:00
Gábor Hojtsy 4c040de89b #193333 follow up by quicksketch: only show submit button and weight if there is more than one vocabulary 2007-11-26 20:58:28 +00:00
Gábor Hojtsy 22a4c039da Rollback the accidentally committed #194310 2007-11-26 19:55:15 +00:00
Gábor Hojtsy e6a88be5d1 #193333 by quicksketch et al: taxonomy drag and drop support 2007-11-26 19:46:52 +00:00
Dries Buytaert 9a96837b89 - Patch #163246 by keith smith, freso, O Govinda, catch, webchick et al: fixed minor spelling issues and fixed spacing issues. 2007-11-26 16:36:44 +00:00
Dries Buytaert 22444f2fed - Patch #195173 by Eaton et al: allow administrators to clear all caches. 2007-11-26 16:25:14 +00:00
Dries Buytaert 58852d4b7b - Patch #192736 by quicksketch et al: drag and drop for book module. 2007-11-26 16:19:37 +00:00
Gábor Hojtsy a960d4d618 #120960 by blakehall, JirkaRybka, catch: improve usability of content editing permission names 2007-11-26 11:44:04 +00:00
Gábor Hojtsy abd2477d7b #170514 by pwolanin: drastically reduce calls to cache clearing when the menu needs to be rebuilt 2007-11-26 08:49:03 +00:00
Gábor Hojtsy 1a5f3010e3 #188498 by Rob Loach: user profile category names are stored and compared case insensitively, but the reserved category name check was not case insensitive 2007-11-26 08:30:19 +00:00
Gábor Hojtsy a989f6cd50 #193891 by mvc: fix NOTICE in database.mysqli.inc because of possibly missing port number 2007-11-26 08:21:49 +00:00
Gábor Hojtsy a069d06465 #195202 by pwolanin: clear block cache before page cache, so stale data will not end up in the cache 2007-11-26 08:18:50 +00:00
Gábor Hojtsy 045002e25c #111481 by chx and pwolanin: profile categories may contain slashes, but this was not yet supported by the user object menu loader 2007-11-26 08:15:32 +00:00
Gábor Hojtsy f337abfa69 #173408 by markus_petrux / add1sun: move proxy IP configuration options to settings.php, because these need to be used before Drupal has the variables loaded from the database 2007-11-26 08:06:52 +00:00
Gábor Hojtsy 6dd28cafed #191246 by domasj: sort module help pages by display name, not file name 2007-11-25 11:11:17 +00:00
Gábor Hojtsy 6efb418313 #193905 report by greggles, patch by myself: the user account page changed language to the last language set up 2007-11-24 21:19:10 +00:00
Gábor Hojtsy 6383dcc725 #194994 by gpk: the PHP format was moved to php/0 instead of filter/2 and this was not updated in the node teaser building code 2007-11-24 21:02:24 +00:00
Gábor Hojtsy 5dcacebf26 #194166 rollback and additional comments by chx: developers can modify menu editing behavior with hook_form_alter(), no need for menu API hacks, which were half done anyway 2007-11-24 20:59:32 +00:00
Gábor Hojtsy c975b69d1c #175876 by hazexp, webernet, keith.smith: unify module/theme/translation download links and include more pointers to these locations 2007-11-24 20:35:37 +00:00
Gábor Hojtsy 2fe5e3b6eb #194859 by Rob Loach: missing brackets around table names in user.admin.inc 2007-11-24 20:13:43 +00:00
Gábor Hojtsy 5c504cef28 #193366 by chx: rebuild caches when displaying the module admin screen, to avoid stale data in registries when the submission is handled 2007-11-23 15:36:44 +00:00
Dries Buytaert 2f0657bc3d - Removing excessive whitespace. 2007-11-23 13:34:55 +00:00
Dries Buytaert 4d6c7bd41a - Modified patch #194166 by profix898 and chx: menu system does not respect MENU_MODIFIABLE_BY_ADMIN. 2007-11-23 13:31:36 +00:00
Gábor Hojtsy 7755003386 #194277 by catch: allow contribs to override taxonomy selector forms (with improved performance) 2007-11-23 12:32:21 +00:00
Gábor Hojtsy b501ff69c6 #180425 by Bevan, tested by gpk: teaser splitter PHP code was breaking too early, not taking break type precedence into account 2007-11-23 12:27:38 +00:00
Gábor Hojtsy 5f1d0bf343 #194595 report by hass, patch by myself: native language name is required, so we need to fill it in the updates - also omit it in user listing if the same as the translated language name 2007-11-23 12:15:12 +00:00
Gábor Hojtsy 8baa1261ed #194652 by Heine: specify explicit accept-charset for forms to avoid browser guessing 2007-11-23 12:02:38 +00:00
Gábor Hojtsy b10155385b #193921 by kkaefer: resizable textfields behavior should come after teaser splitter (cck breaker) 2007-11-23 11:45:37 +00:00
Gábor Hojtsy 63e91b0ad8 #192406 follow up by JirkaRybka: fix missing textgroup by using the default text group for PO imports when otherwise not instructed 2007-11-22 23:58:34 +00:00
Gábor Hojtsy 59312988a1 #194367 by chx: better targetted user id setting, so auto increment issues will not cause problems with wiped databases 2007-11-22 21:02:15 +00:00
Gábor Hojtsy aef264dfb6 #192887 by webernet: fix notice displayed on node form, when node has no taxonomy property 2007-11-22 13:18:01 +00:00
Gábor Hojtsy 98eefd9f0c back to Drupal 6.0-dev 2007-11-21 22:53:40 +00:00
Gábor Hojtsy b3bda1c1e9 Getting ready for Drupal 6.0-beta3 2007-11-21 22:33:30 +00:00
Gábor Hojtsy 5ed3db7c8b #192406 by myself: imported locale files were not put into the right textgroup selected on the interface 2007-11-21 22:04:37 +00:00
Gábor Hojtsy 18d532e214 #172630 by webernet: fix weird errors experienced when using the JS file uploader 2007-11-21 19:13:22 +00:00