Gábor Hojtsy
33839435ee
#201717 by catch: remove the utf8 update helper which is the remaining of the removed 4.6 to 4.7 updates
2007-12-17 18:50:51 +00:00
Gábor Hojtsy
dfe1225147
#194310 by chx, catch, KarenS: run updates for disabled but previously installed modules, if they are compatible with the current system
2007-12-17 12:23:01 +00:00
Gábor Hojtsy
1f2d77b380
#200338 by m3avrck and quicksketch: fix transparent GIF resizing
2007-12-16 22:09:36 +00:00
Gábor Hojtsy
2035f1d48f
#194098 by mfer, theborg: reset theme in drupal_eval(), so the evaluated code will not see the caller module as current theme
2007-12-16 14:09:24 +00:00
Gábor Hojtsy
adb03ebe78
#182728 by gpk: more accurante phpdoc for db_rewrite_sql() and _db_rewrite_sql(), mentioning table aliases used
2007-12-14 19:15:47 +00:00
Gábor Hojtsy
050008410d
#194010 by chx: Proper recursive dependency checking and ordering module installation in dependency order, so later installed modules can use previously installed module functionality
2007-12-13 10:46:43 +00:00
Gábor Hojtsy
2325fd5105
#199654 by yched: stale schema cache was used when a schema cache refresh was requested
2007-12-12 14:54:27 +00:00
Gábor Hojtsy
3d22fe4357
#199084 by chx: better conformance with ISO date formats in our xmlrpc code
2007-12-11 12:32:33 +00:00
Gábor Hojtsy
a33b43386d
#176003 by yched, KarenS, dvessel: put module installs into a batch, solving the following issues:
...
- possible timeouts with installing/enabling lots of modules at once in core
- enable install profiles to have more modules without fear of timeouts on install
- bootstrap Drupal before each module load, so previously enabled modules are bootstrapped
- let modules run their hook_requirements() (although actually calling them will be possibly fixed in another patch)
2007-12-08 15:15:25 +00:00
Gábor Hojtsy
5622bce2d5
#198579 by webernet and hswong3i: a huge set of coding style fixes, including:
...
- whitespaces at end of lines
- indentation
- control structure usage
- whitespace in empty lines
- phpdoc comment formatting
2007-12-08 14:06:23 +00:00
Gábor Hojtsy
aaaf8f572d
#198620 by yched: a tiny bit of optimization in menu_router_rebuild(); do not try to use the cache when resetting is asked
2007-12-07 18:24:55 +00:00
Gábor Hojtsy
5d8cf1b865
#113607 by Steven, chx, hass, catch and dvessel: proper inclusion of style sheets when/where @import is used
2007-12-07 11:14:05 +00:00
Gábor Hojtsy
7b38b291b4
#198440 by davideads: provide the user object to all templates
2007-12-07 10:14:03 +00:00
Gábor Hojtsy
cd8afc2be1
#196043 by chx: menu items saved in the update but broken on the new system (due to coming from disabled or old modules) were not possible to delete
2007-12-06 21:35:14 +00:00
Gábor Hojtsy
d83289f857
#196667 (GHOP 45) by fberci: add '@ingroup themeable' to all themeable functions
2007-12-06 09:58:34 +00:00
Gábor Hojtsy
57cedbb56d
Back to 6.0-dev
2007-12-05 21:31:59 +00:00
Gábor Hojtsy
aa6f1c8315
Drupal 6.0 beta 4
2007-12-05 21:18:29 +00:00
Gábor Hojtsy
afe3f4318d
security fixes forward ported from Drupal 5.2 - previously not committed parts of http://drupal.org/cvs?commit=74833
2007-12-05 19:12:59 +00:00
Gábor Hojtsy
bc0d7cb369
XSS fixes forward ported from Drupal 5.1 - previously not committed parts of http://drupal.org/cvs?commit=53675
2007-12-05 18:13:03 +00:00
Gábor Hojtsy
5bb6927e18
#196410 report by daniel.soneira, patch by myself, tested by Freso: several fixes to url() generation and path aliasing, fixing path aliases for node paths and front page links in themes
2007-12-05 16:34:07 +00:00
Gábor Hojtsy
3fb6f14a5a
#197267 by ufku: fix copy-pasted incorrect documentation on two file functions
2007-12-03 09:02:37 +00:00
Gábor Hojtsy
cf8ef30aa1
#141727 follow up by dvessel: fix maintenance theme in updates
2007-11-30 23:09:14 +00:00
Gábor Hojtsy
947251bc83
#141727 follow up by dvessel: handle developer edge case in theme handling when database is active, but tables are not there
2007-11-30 16:10:28 +00:00
Gábor Hojtsy
5120c8a8dd
#194026 by mfer: if only themes add JS files, drupal.js and jquery.js were not added
2007-11-30 15:31:13 +00:00
Gábor Hojtsy
e9f52b4248
#141727 by merlinofchaos, dvessel, sun: restore themeability support for maintenance pages (regression)
2007-11-30 12:19:10 +00:00
Gábor Hojtsy
6d4b0a24fa
#194149 reported by hswong3i, in patch form by Rob Loach: action loading was using improper variable and property names
2007-11-30 09:20:27 +00:00
Gábor Hojtsy
333a540f41
#137650 by Darren Oh: allow module_invoke_all() to merge multiple arrays recursively
2007-11-30 09:16:02 +00:00
Gábor Hojtsy
5395f208d3
#194743 by myself, reported and tested by Murz: the base URL was not properly modified for outgoing links to different language domains and path aliases were not handled in the target language
2007-11-29 14:42:31 +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
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
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
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
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
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
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
Dries Buytaert
2f0657bc3d
- Removing excessive whitespace.
2007-11-23 13:34:55 +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
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
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
8e73e4600b
#173858 by myself: skip UTF-8 BOM when importing locale files
2007-11-21 18:24:37 +00:00
Gábor Hojtsy
01b4583a01
#164330 follow up by webernet and Crell: remove XHTML invalidating ID attribute on links, where the classes are enough to identify them
2007-11-21 09:37:07 +00:00
Gábor Hojtsy
8bd692d618
#193572 by Crell: fix drag and drop documentation and add drag and drop ordering to filter formats
2007-11-20 20:13:04 +00:00
Dries Buytaert
ece869b0b2
- Patch #192242 by catch, quicksketch, webchick, keith et all: usability improvements for the vocabulary/term forms.
2007-11-20 13:24:54 +00:00
Gábor Hojtsy
6d4862c258
#181126 by quicksketch et al: drag and drop support for menus
2007-11-20 10:18:43 +00:00
Gábor Hojtsy
480a2daf4e
#193580 by chx: given recent improvements, Drupal does not require CREATE TEMPORARY TABLE and LOCK TABLES permissions, so do not check on install and do not advise people giving these rights
2007-11-19 19:53:51 +00:00
Gábor Hojtsy
4615c96d59
#193191 by chx: allow form elements to enable form caching - allows custom form elements to leverage the AHAH framework
2007-11-19 19:23:28 +00:00
Gábor Hojtsy
04ca1b4676
#190283 by JirkaRybka and myself: fix installer localization and form handling
...
- 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
2007-11-19 13:56:14 +00:00
Gábor Hojtsy
c40af9443d
#193274 by dmitrig01 and quicksketch: send submit button data with AHAH submissions
2007-11-19 10:05:48 +00:00
Dries Buytaert
9771f15ffc
- Patch #179143 by Gabor, JirkaRybka, chx, ChrisKennedy, et al: do not fire bootstrap hooks during update.
2007-11-16 15:35:24 +00:00
Gábor Hojtsy
ad6f9ba7bd
#190899 by bjaspan: (regression) return the queries performed in 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
2007-11-16 09:27:22 +00:00
Dries Buytaert
6049f23760
- Patch #181066 by quicksketch et al: drag and drop of table rows on the block adminsitration page.
2007-11-14 09:50:00 +00:00
Dries Buytaert
17d1527e3d
- Patch #146466 by douggreen, Steven et al: Remove temporary table usage from search module
2007-11-13 14:04:08 +00:00
Dries Buytaert
f68f525401
- Patch #191116 by david: make drupal_urlencode() rfc 1738 compliant to make it work correctly with spaces.
2007-11-13 12:35:19 +00:00
Gábor Hojtsy
2c912063bf
#84754 : fix 404 and 403 error pages if the path set for these error pages does not exist
2007-11-12 22:12:12 +00:00
Gábor Hojtsy
c856eac135
#191104 by keith.smith: (usability) change occurances of node to 'post' and 'content' as appropriate
2007-11-12 19:06:33 +00:00
Gábor Hojtsy
7c70d1b2a5
#191306 by xmacinfo, slightly modified: use standard reload link on all error pages
2007-11-11 22:43:44 +00:00
Gábor Hojtsy
702c0a2bcd
#190283 by myself and JirkaRbyka: use get_t() in pre-database setup code, add missing javascript key to language objects (kills notices) and document st() better
2007-11-11 16:14:45 +00:00
Gábor Hojtsy
a42a9d3efd
#178608 by chx: convert menu overview page to a form to overcome any CSRF vulnerabilities
2007-11-09 22:14:41 +00:00
Dries Buytaert
c187cc95b6
- Patch #168829 by Neil Drumm: fixed link in documentation.
2007-11-09 07:40:55 +00:00
Gábor Hojtsy
dcf7a123dc
#78487 by FredCK, forngren and bjaspan: document <front> support in url() and l() and proper active class support for <front>
2007-11-04 21:24:09 +00:00
Gábor Hojtsy
cf79b3e778
#189205 by webernet: fix missing quite in theme.inc code documentation
2007-11-04 20:32:34 +00:00
Gábor Hojtsy
ced4e284e3
#133435 by jpetso: fix arg() phpdoc to document that NULL is returned when an argument is not found
2007-11-04 16:42:45 +00:00
Gábor Hojtsy
bc12477e06
#173664 by fractile81: fix order of precedence in file_scan_directory(), so subtheme files will really override parent theme files
2007-11-04 16:22:27 +00:00
Gábor Hojtsy
98a5fb1419
#186963 by JirkaRybka: remove HTML from link titles (attribute values) if it seems we have tags included
2007-11-04 14:18:56 +00:00
Dries Buytaert
a547bdbce1
- Patch #172097 by Eaton: improved PHPdoc of form API.
2007-10-31 15:10:33 +00:00
Dries Buytaert
ca0bbfee5b
- Modified version of patch #121820 by Caleb et al: add an option for page compression.
2007-10-25 15:38:25 +00:00
Dries Buytaert
1cf05b0019
- Patch #89196 by catch, keith, earnie, webchick et al: string massaging.
2007-10-25 15:32:56 +00:00
Gábor Hojtsy
13f9882979
#179276 by JirkaRybka: (regression) fix profile field sections to order properly by weight.
2007-10-25 10:30:40 +00:00
Gábor Hojtsy
b72600ccb0
#172943 by drewish: fix file_save_upload() conformance to its API documentation by treating the 'dest' param as a directory. Also fixes #176876 so temporary files are properly stored in the temp directory.
2007-10-25 09:05:45 +00:00
Gábor Hojtsy
4e187261ab
#177497 by chx and Desbeers: revive Drupal 5's menu_set_location() functionality by introducing menu_set_item() (for consistency in function naming), thus fixing a regression in the current development code. Also fixing some misuse of menu_set_location() by using drupal_set_breadcrumb() instead.
2007-10-25 08:24:43 +00:00
Gábor Hojtsy
900fc4025f
#177497 reverted - caused fatal problems with modules using menu_set_location()
2007-10-24 14:16:33 +00:00
Gábor Hojtsy
bad3e24164
#111719 follow up patch by multiple contributors: ensure proper XHTML id attribute values for form elements
2007-10-24 13:35:26 +00:00
Gábor Hojtsy
5e48ed60e7
#177497 by chx: revive Drupal 5's menu_set_location() functionality by introducing menu_set_item() (for consistency in function naming), thus fixing a regression in the current development code
2007-10-24 11:59:34 +00:00
Gábor Hojtsy
7e963c13ff
#182675 by chx: fix caching bootstrap, so hook_boot() and the timer is called when required, integrating the cache init function right into the bootstrap
2007-10-24 11:30:39 +00:00
Gábor Hojtsy
bb9bae4d97
#184876 by dijnz, merlinofchaos and myself: non-phptemplate files were not discovered - implement proper extension chopping
2007-10-23 09:42:09 +00:00
Dries Buytaert
923abc794c
- Patch #184867 by deekayen: better error messages.
2007-10-22 15:22:39 +00:00
Gábor Hojtsy
8cd97cdd7d
#147492 by flobruit: make 'more' links themeable
2007-10-22 09:36:05 +00:00
Gábor Hojtsy
b94f2716cf
#184867 by deekayen, catch and keith.smith: fix some spelling errors in our source code and messages printed
2007-10-21 18:59:02 +00:00
Gábor Hojtsy
7c31bcdeac
#165140 by dww: rename logs to reports (usability improvement)
2007-10-20 21:57:50 +00:00
Gábor Hojtsy
6dcfce0127
#111719 follow up patch by chx: roll back form item ID patch
2007-10-20 10:49:55 +00:00
Dries Buytaert
8d526b10e5
- Patch #111719 by dvessel et al: ensure clean form IDs.
2007-10-19 16:59:28 +00:00
Gábor Hojtsy
3742d7428e
#125105 by Shiny and hwsong3i: fix installer pgsql connection parameters to work when password is not specified
2007-10-19 15:02:15 +00:00
Gábor Hojtsy
98bc18adcd
#183125 by openwereld and hswong3i: make drupal_write_record()'s insert work on PostgreSQL, by not using the autoincrement value in the insert at all (instead of using a NULL)
2007-10-19 10:30:54 +00:00
Gábor Hojtsy
b64adf07c8
#182645 by scor: clean up concatenations to be in line with core coding standards
2007-10-19 10:19:03 +00:00
Gábor Hojtsy
5bf30f6811
#180126 by mmoreno, drewish and scor: add realpath() call to file_save_data(), so Windows will create temporary files properly
2007-10-18 15:33:00 +00:00
Gábor Hojtsy
19b2687ac0
Back to being a 6.x development version
2007-10-17 21:59:31 +00:00
Gábor Hojtsy
a3f3cb346b
Drupal 6.0-beta 2 release with all Drupal 5.3 security fixes applied
2007-10-17 21:47:14 +00:00
Gábor Hojtsy
988d4f505a
#173188 follow up patch by chx: return mlid when a new menu link is added
2007-10-17 19:42:02 +00:00
Gábor Hojtsy
e95c8d5b08
#184022 bx chx and merlinofchaos with documentation improvements from me: %index and %map menu path placeholders for Views module to be able to use the new menu system
2007-10-17 14:46:34 +00:00
Dries Buytaert
f75cec459e
- Patch #180468 by hass: fixed notice on IIS.
2007-10-17 13:03:03 +00:00
Gábor Hojtsy
8be58d6e6c
#178478 by scor: typo in text displyed when the DB is installed but not accessible
2007-10-17 12:47:28 +00:00
Dries Buytaert
a745b0f68b
- Patch #155870 by quicksketch et al: AHAH-ification of the poll module.
2007-10-17 12:34:16 +00:00
Dries Buytaert
6f731d920a
- Patch #183965 by alpritt: corrected PHPdoc.
2007-10-17 12:11:30 +00:00
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
Gábor Hojtsy
86a6cd4ef3
Marking code as beta 1 in preparation of the first beta release of Drupal 6, also add back E_NOTICE removal for the release.
2007-09-14 20:08:59 +00:00
Gábor Hojtsy
c3972cf506
#162432 by bjaspan and chx: serial columns need their keys defined in db_change_field() and friends in MySQL
2007-09-14 17:46:32 +00:00
Gábor Hojtsy
45c784d5ca
#175524 by bjaspan: document the exisance of the description fields in schema API
2007-09-14 10:43:26 +00:00
Gábor Hojtsy
00ae7949ef
#172824 by yched: let the batched processes perform drupal_execute() properly
2007-09-14 10:40:55 +00:00
Gábor Hojtsy
21ac9f1917
#174708 by multiple contributors: update jQuery to 1.2
2007-09-12 18:29:32 +00:00
Gábor Hojtsy
b3fe5b9cbf
#63352 by kkaefer: add special prefix to long month names in format_date so May is recognized differently in short and long formats
2007-09-12 13:30:42 +00:00
Gábor Hojtsy
5030ea40a5
#150851 by pwolanin and chx: different radio buttons in the same set should have different HTML id values (XHTML validity fix)
2007-09-11 17:23:58 +00:00
Gábor Hojtsy
af48df1ca5
#166681 by dvessel: fix behavior of theme 'override preprocess functions'
2007-09-10 13:28:22 +00:00
Gábor Hojtsy
8f9143ad0d
#172764 by pwolanin and chx: avoid using the expensive array_shift() in menu.inc
2007-09-10 12:21:30 +00:00
Gábor Hojtsy
89bf1e1235
#174025 by killes: small performance improvement for drupal_is_denied()
2007-09-10 12:19:11 +00:00
Gábor Hojtsy
a6a6e5add9
#174170 by Shiny: different method to insert an action row with default values, so it works with PostgreSQL too
2007-09-09 20:01:39 +00:00
Gábor Hojtsy
470b2e374e
#172262 by JirkaRybka: better globals handling in install system, so the choosen profile and language are remembered
2007-09-09 19:46:54 +00:00
Gábor Hojtsy
9643ec9e70
#172754 by pwolanin: page titles were broken when outside the active menu or on a callback
2007-09-07 20:31:02 +00:00
Gábor Hojtsy
7db4e8b7c9
#112064 by Dave Cohen and pwolanin: do not cache installer redirects, so live Drupal pages will be visible instead of cached installer pages
2007-09-07 10:48:24 +00:00
Gábor Hojtsy
92d9533353
#173566 by bjaspan: remove db_update_field(), because it can easily be used for evil (and mostly nothing else). We should not let contributed modules to easily break their database.
2007-09-07 10:42:56 +00:00
Gábor Hojtsy
a6f970e9d2
#173227 by Desbeers: make language listing work early in the bootstrap, when modules are not yet loaded (fix a regression from a previous patch)
2007-09-07 10:33:06 +00:00
Gábor Hojtsy
c3fcbcad67
#173274 by Desbeers: treat <front> as the empty path, when adding path prefixes, so we get the proper result
2007-09-06 14:03:52 +00:00
Gábor Hojtsy
9307321817
#148677 by pwolanin: set active menu item on 403/404 pages (and on the user page)
2007-09-06 12:47:20 +00:00
Gábor Hojtsy
67e5859a7f
#172376 by ChrisKennedy: fix 8 E_ALL issues in comment module and fix approval queue
2007-09-06 12:21:39 +00:00
Gábor Hojtsy
306fca8ec9
#172604 by pwolanin: remove leading space at _menu_find_router_path() to comply to coding standards
2007-09-06 12:07:31 +00:00
Dries Buytaert
2db2c039fb
- Patch #172950 by webernet: code style fixes.
2007-09-04 21:10:45 +00:00
Dries Buytaert
7a0d380f84
- Patch #172433 by webchick: better connection error reporting for mysqli.
2007-09-03 17:02:16 +00:00
Dries Buytaert
d33f3df967
- Patch #165160 by chx: restored access checking.
2007-09-03 16:55:00 +00:00
Gábor Hojtsy
a4b3217bd1
#169263 by Gerhard Killesreiter: fix IP address identification
2007-09-03 09:59:43 +00:00
Gábor Hojtsy
1b658ae850
#144337 by yched: batch support for node access table rebuilding
2007-09-02 14:42:30 +00:00
Gábor Hojtsy
2d1476a0e7
#172433 by chx: use the proper mysqli error function if there is no connection
2007-09-02 12:50:55 +00:00
Gábor Hojtsy
14692ac3a3
#172194 by ax: html to text was not picking up href values if not being the last argument
2007-09-01 14:35:19 +00:00
Gábor Hojtsy
0fd16236ef
#171562 by JirkaRybka: fix several issues with locales
...
- make searches work again, better worded
- do not cache English stuff
- fix strike through on string seek page
- fix exports for translations
2007-09-01 12:50:47 +00:00
Gábor Hojtsy
f7ee91227e
#160395 follow up patch by dvessel: fix array initialization
2007-09-01 11:32:07 +00:00
Dries Buytaert
fb1948cbf7
- Patch #171652 by dvessel et al: cleanup some old cruft. Dvessel is on a patch spree ...
2007-09-01 05:42:49 +00:00
Dries Buytaert
ff61e73a30
- Patch #160395 by dvessel and merlinofchaos: allow theme engine to register theme variable functions.
2007-09-01 05:35:15 +00:00
Dries Buytaert
00181ecb39
- Removing whitespace.
2007-08-30 19:54:22 +00:00
Gábor Hojtsy
0f845306c2
#151868 by chx: avoid using array_shift() because it takes a lot of time to rehash the array, so indexing the array is more performant, then shifting items one by one
2007-08-30 16:09:50 +00:00
Gábor Hojtsy
1a66aeb39e
#171606 by Heine: ported security fix from Drupal 4.7/5; use SCRIPT_NAME instead of PHP_SELF in links to avoid XSS holes
2007-08-30 15:53:39 +00:00
Gábor Hojtsy
40ac96eb94
#103391 follow up patch by bdragon: fix E_NOTICE by checking if href is set
2007-08-30 15:50:58 +00:00
Gábor Hojtsy
8836d94ecd
#151394 by xqus and RobRoy: file.inc is required on maintanance pages for the JS aggregation
2007-08-30 15:47:27 +00:00
Gábor Hojtsy
2765d143c0
#147657 by chx: menu module update function
2007-08-29 20:46:18 +00:00
Gábor Hojtsy
005a583f32
#168812 by webchick and pwolanin: in case we have a database error, trace it back to the original database function call, so we can provide a more accurate error message for DB errors
2007-08-29 18:38:55 +00:00
Gábor Hojtsy
da3c19b36c
#170334 by JirkaRybka: allow @count to be used in singular format_plural() values too
2007-08-29 17:28:02 +00:00
Gábor Hojtsy
327e1c2919
#165343 by merlinofchaos and dvessel: include path history in theme discovery suggestions, so we find subtheme files properly
2007-08-29 16:56:13 +00:00
Gábor Hojtsy
ffdfe04858
#103391 by m3avrck, RobRoy and dvessel: cleanup active list item classes
2007-08-29 16:16:50 +00:00
Gábor Hojtsy
118e91cc40
#155828 by Eaton, pwolanin and jvandyk: let actions live even if actions.module is not turned on
2007-08-29 14:57:50 +00:00
Gábor Hojtsy
1372700977
#170638 by JirkaRybka and chx: move update access variable to settings.php, so we can check whether it is wide open, and we have one place for settings
2007-08-28 11:42:56 +00:00
Gábor Hojtsy
43d73f81c9
#166071 by jjeff and dvessel: move default template preprocess code to template_preprocess, and add *lots* of documentation to template files and functions
2007-08-28 11:35:34 +00:00
Gábor Hojtsy
d1e33c191c
#165331 by chx: call hook_boot() for cached pages too, moving it to the right place
2007-08-26 16:00:29 +00:00
Gábor Hojtsy
8846d32f26
noted by Robert Douglass in his caching presentation: the key param to cache_get should be renamed to cid for consistency (all other functions have cid)
2007-08-26 09:33:49 +00:00
Gábor Hojtsy
39d776faa9
#157682 by bjaspan, chx and JirkaRybka: update.php for Drupal 6, to allow near flowless updates
2007-08-26 08:27:09 +00:00
Dries Buytaert
7531f956aa
- Patch #169627 by JirkaRybka: improved logging of mail problems.
2007-08-26 08:00:49 +00:00
Dries Buytaert
5e73b66f3a
- Patch #168028 by dvessler, merlinofchaos, pwolanin et al: both theme functions and templates may need include files. Flush your caches.
2007-08-26 07:46:11 +00:00
Dries Buytaert
a8800e4f26
- Patch #146667 by coofercat: fixed bug in form builder.
2007-08-26 07:31:48 +00:00