Commit Graph

2156 Commits (6417a6ade4192b8dd16d8fe822e6bbf21fe536a8)

Author SHA1 Message Date
Gábor Hojtsy 8a9ba77275 #183690 by Wim Leers: (developer improvement) abstract path matching to drupal_match_path() from block listing, so this gets reusable when path based matching is required 2007-10-16 14:10:33 +00:00
Gábor Hojtsy 8a10f3ea22 #181328: pass on whole form to #process functions to enable advanced form handling (such as required by some CCK widgets) 2007-10-16 14:06:23 +00:00
Gábor Hojtsy 79641f5312 #173188 by chx: update aggregator menu items when an aggregator category is changed 2007-10-16 13:48:11 +00:00
Gábor Hojtsy 385c2afac1 #182178 by bragon: cols is a required attribute on textarea 2007-10-15 21:19:00 +00:00
Gábor Hojtsy 3a8f208b7a #183056 by JirkaRybka: improve locale cache handling performance
- always prune the whole cache as string additions affect all languages
 - rebuild the language caches as needed, distributing this load among page requests
2007-10-15 19:51:06 +00:00
Gábor Hojtsy 1e8ddda9b7 #169079 by yched: improve consistency of menu API and batch API by allowing batch definition in non .module files, which opens the possibility of better performing batches (which are likely to reside in .admin.inc files generally)
- apply this change in locale.module
 - improve batch API code documentation
2007-10-15 15:18:39 +00:00
Gábor Hojtsy 19322c375b Four watchdog() calls which still used t(), identified by myself after implementing extraction code for Drupal 6 at #182765 2007-10-15 14:52:18 +00:00
Gábor Hojtsy 7d8c8d72f1 #175117 follow up patch by moshe weitzman: sanitize user name, remove t() because it might not be availabla and comment what is happening 2007-10-12 14:51:23 +00:00
Dries Buytaert 47095ffb3c - Patch #182728 by Darren Oh: improved PHPdoc of db_rewrite_sql(). 2007-10-12 14:19:44 +00:00
Dries Buytaert b274bf87f3 - Patch #182950: fieldset massaging for usability. 2007-10-12 14:10:18 +00:00
Gábor Hojtsy fc599a7415 #175117 by kbahey: developer improvement: include caller function name and user name in SQL queries for the query log when debug mode is turned on, so debugging gets easier 2007-10-11 16:22:45 +00:00
Gábor Hojtsy ba3c558f0d #182410 by greggles: HTTP Basic authentication username and password was parsed in drupal_http_request() but then not used in the request 2007-10-11 09:47:23 +00:00
Gábor Hojtsy 3fb218cb7e #182310 by chx: remove #DANGEROUS_SKIP_CHECK, as with the AHAH functionality now we have safer methods to add things in the cached form for validation, so we don't need this security hole possibility kept anymore. 2007-10-11 09:22:39 +00:00
Gábor Hojtsy 212c0484b9 #181741 by quicksketch: fix AHAH throbber/progress bar issues and generalize progress display configuration to allow module developers to choose from the throbber and progress bar 2007-10-10 10:24:25 +00:00
Gábor Hojtsy 2a19a5c3e1 #180588 by merlinofchaos: run tabs through theme('menu_item_link') compared to just l() directly, so they can be properly themed 2007-10-08 18:49:03 +00:00
Gábor Hojtsy 8ac45b1a75 #181564 follow up patch by webernet: fix a notice introduced by the earlier patch committed 2007-10-08 15:01:05 +00:00
Gábor Hojtsy 4f4d08c23d #181564 by Crell: add first and last CSS classes to menu tree lists and themed item lists for themers to use 2007-10-08 14:15:09 +00:00
Gábor Hojtsy 2fcaa6a91a #178999 follow up patch by sun: fix lots of code comment formatting and grammar errors in common.inc 2007-10-08 14:08:19 +00:00
Gábor Hojtsy 194a7977f3 #104220 by ChrisKennedy: remove arbitrary half post max size restriction on maximum uploadable file size 2007-10-08 13:13:13 +00:00
Gábor Hojtsy 81fc35b381 #177473 by chx, quicksketch, dvessel and merlinofchaos: make it possible for modules to add their own theme variable preprocess hooks and improve documentation on the different preprocess options 2007-10-08 07:47:08 +00:00
Dries Buytaert eaf4dd39c2 - Patch #178999 by JohnAlbin, sun and sammys: fixed race condition with drupal_goto(). 2007-10-06 15:30:41 +00:00
Dries Buytaert bb5e71d4ee - Patch #172636 by chx: fixed watchdog call. 2007-10-06 15:23:18 +00:00
Gábor Hojtsy 74a431e79a #163785 by Eaton, dvessel and quicksketch: theme .info files should be able to override core and module CSS files based on file basenames 2007-10-05 14:50:25 +00:00
Dries Buytaert 821221cc14 - Patch #181063 by chx: fixed problem with drupal_bootstrap() not booting to the proper level. 2007-10-05 14:48:49 +00:00
Dries Buytaert 39706e3c51 - Patch #150245 by webchick, bjaspan, ralf, Arancaytar et al: move the .schema files into .install files to prevent mistakes. 2007-10-05 14:43:26 +00:00
Gábor Hojtsy 0e04fbd43d #170514 by pwolanin: block and page cache should be cleaned when a menu item is changed (saved, deleted) or the menu router is rebuilt 2007-10-05 13:17:09 +00:00
Gábor Hojtsy 31b73898af #157752 by quicksketch: extend AHAH functionality to most types of form elements, without writing JavaScript. Also AHAH enable the blocks admin page. 2007-10-05 09:35:09 +00:00
Gábor Hojtsy 5fc06cec4c #180389 by merlinofchaos: add hook_theme_registry_alter() for devel module and friends to alter and get access to the theme registry 2007-10-04 19:24:50 +00:00
Gábor Hojtsy 15445a6db9 #180877 by Arancaytar: drupal_write_record() was not prefixing tables properly because PHP string parsing behavior 2007-10-04 19:20:39 +00:00
Gábor Hojtsy 560bd06f3b #178973 by merlinofchaos: proper style and script inheritance between themes more then two levels deep in the hierarchy 2007-10-04 18:51:04 +00:00
Gábor Hojtsy 5e771fa917 #171461 by chx, ejhildreth and dvessel: empty tbody fails validation 2007-10-04 17:53:56 +00:00
Dries Buytaert d2d93b4bd3 - Patch #173486 by scor: fixed code style issues. 2007-10-02 16:19:23 +00:00
Dries Buytaert 4bb5080ebe - Patch #169982 by moshe, eaton, bjaspan, nedjo, yched, et al: missing feature from schema API: load/save records based upon schema. 2007-10-02 16:15:56 +00:00
Dries Buytaert c389c90529 - Patch #144634 by chx: fixed critical bug that prevented language negotiation to work after/when drupal_goto() is called. 2007-10-02 16:03:17 +00:00
Gábor Hojtsy fbe674e263 #179578 by pwolanin: multiple menu links to the same node were not shown (but were stored) 2007-10-01 09:53:03 +00:00
Gábor Hojtsy 888fd6415f #179474 by JirkaRybka and pwolanin: proper depth counting for menu tabs when parents are missing inbetween 2007-10-01 09:49:14 +00:00
Gábor Hojtsy e26ef638ee #178999 by sammys: register header(Location) as a shutdown function in drupal_goto() so the redirection takes place after the session data was written to the database 2007-10-01 09:39:27 +00:00
Gábor Hojtsy 0cf669611f #179475 by JirkaRybka: fix code comments on menu_local_tasks() 2007-09-29 08:12:06 +00:00
Gábor Hojtsy 4b6cd91aa8 #168620 by hass: remove extraneous @charset rules from the compressed CSS files, because Safari chokes on them. Actual testing was done at #150759 2007-09-27 17:11:07 +00:00
Gábor Hojtsy 74def328c8 #167284 by Heine and pwolanin: proper field type placeholders in IN() queries, setting a best practice to avoid vulnerabilities 2007-09-27 16:52:00 +00:00
Dries Buytaert 0351f4ca5d - Patch #164330 by Crell et al: restore menu classes. 2007-09-26 18:14:05 +00:00
Gábor Hojtsy c9c86ebf84 #145251 by chx: document that one needs to include the proper 'op' value in arrays passed to drupal_execute() to trigger the right action 2007-09-25 15:14:37 +00:00
Gábor Hojtsy f1023e6492 #177421 by malex, Desbeers and chx: proper value of mission statement variable for themes 2007-09-25 12:43:18 +00:00
Gábor Hojtsy 8929612d29 #159474 by chx: destination file name should be used in help text, not source file name, which is not available even 2007-09-25 12:39:31 +00:00
Gábor Hojtsy 1ccd9a75fe #177608 by spatcz4000: MySQL was mentioned in comment for PostgreSQL code 2007-09-25 11:44:35 +00:00
Gábor Hojtsy 5206daafd6 #177529 by chx: if no checkbox was selected, we still need an empty array() 2007-09-25 11:29:10 +00:00
Gábor Hojtsy 382664105b #173494 by scor: removing a strange string concatenation from common.inc 2007-09-20 08:30:34 +00:00
Gábor Hojtsy e270cd093b #176084 by Stefan Nantegaal and dvessel: fix notices in theme.inc, when specific sidebars are not set 2007-09-17 11:11:57 +00:00
Gábor Hojtsy 6da81e1f3f #171951 by dvessel: fix account specific theme selection form 2007-09-17 08:06:52 +00:00
Gábor Hojtsy 9c2f47eafd Back to devopment version, now that we have the beta 1 tagged and released 2007-09-15 07:33:46 +00:00