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 |
Gábor Hojtsy
|
06c886d45b
|
#194174 by webernet: flag DnD modified links as customized, so they can be restored to their original form on the UI
|
2007-11-21 19:12:00 +00:00 |
Gábor Hojtsy
|
7f85abe0e5
|
#191360 by chx: allow contributed modules to override the book and menu parent selectors (to improve usability and performance)
|
2007-11-21 19:08:18 +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
|
70d494620c
|
#192242 follow up by catch: unset multiple parent form item on forum term pages
|
2007-11-21 14:02:23 +00:00 |
Gábor Hojtsy
|
8a36483639
|
#191310 follow up by keith.smith: fix install instructions and error message about files folder
|
2007-11-21 09:49:36 +00:00 |
Gábor Hojtsy
|
6f27d178ba
|
#194029 by pwolanin: fix trivial copy-paste error in filter format setup
|
2007-11-21 09:46:44 +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
|
f803a82151
|
#194075 by neclimdul: nodeapi load should return an array by documentation, and forum's nodeapi load returns an object
|
2007-11-21 09:31:57 +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 |
Gábor Hojtsy
|
4c0a0006bd
|
#188462 by bjaspan: null value in revision log field violated non-null constraint in PostgreSQL
|
2007-11-20 18:20:37 +00:00 |
Dries Buytaert
|
54732ddf69
|
- Patch #190497 by catch et al (follow up): taxonomy module help page improvements.
|
2007-11-20 15:53:59 +00:00 |
Dries Buytaert
|
9a6fa67c25
|
- Patch #190497 by catch et al: taxonomy module help page improvements.
|
2007-11-20 15:31:34 +00:00 |
Dries Buytaert
|
2a809f1cc3
|
- Patch #100909 by webbernet: improve usability of cron message.
|
2007-11-20 14:48:07 +00:00 |
Dries Buytaert
|
bea016944f
|
- Patch #193800 by jp.stacey: OpenID service discovery confused by newlines within meta or link tags.
|
2007-11-20 14:00:39 +00:00 |
Dries Buytaert
|
a1e5ac031e
|
- Patch #192110 by profix898: fixed hook_profile_alter API.
|
2007-11-20 13:44:38 +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
|
1c02e47e69
|
#192201 by myself: remove overly secure check_markup() and check_plain() usage which results in double escaped output
|
2007-11-20 11:39:48 +00:00 |
Gábor Hojtsy
|
64ff0984a9
|
#193510 follow up by webernet: restore updates added through the 4.7.x lifecycle, so any 4.7.x version can be updated to 6.x
|
2007-11-20 11:37:05 +00:00 |
Dries Buytaert
|
64edd76af3
|
- Patch #100909 by catch: small improvement to running cron.
|
2007-11-20 11:03:08 +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
|
72a59b0b82
|
#186658 by fajerstarter: OpenID login usability fixes and JS cleanup, also makes OpenID login Konqueror compatible
|
2007-11-20 10:00:04 +00:00 |
Gábor Hojtsy
|
135f366c2b
|
#193064 patch by myself: take node by reference, when revisionn is saved, so we get the vid property updated on PHP 4 too
|
2007-11-20 09:47:07 +00:00 |
Gábor Hojtsy
|
0afbb70368
|
#192209 follow up by bdragon: some missing taxonomy terminology fixes in trigger module
|
2007-11-20 09:24:59 +00:00 |
Gábor Hojtsy
|
05320200ad
|
#189986 by keith.smith and bjaspan: reword description on install update notification checkbox to ensure people understand that this is a notification feature, not an automatic update feature
|
2007-11-20 09:03:10 +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
|
c1555f33bc
|
#193510 by webernet: remove updates from unsupported Drupal versions, as our policy dictates (and because some API changes make them faulty without further modifications)
|
2007-11-19 19:04:48 +00:00 |
Gábor Hojtsy
|
84b5fd5eeb
|
#192209 by catch, webchick et al: use the 'taxonomy' word instead of the more confusing 'categories'
|
2007-11-19 18:26:11 +00:00 |
Gábor Hojtsy
|
a557dd4738
|
#193513 by keith.smith: use 'set up' instead of 'setup' in installer tasks
|
2007-11-19 16:38:42 +00:00 |
Gábor Hojtsy
|
bf97900496
|
#191310 follow up: remove files folder as this has a high possibility of making people loose files, if they have no backup and upgrade blindly
|
2007-11-19 15:11:34 +00:00 |
Gábor Hojtsy
|
e963f9d881
|
#100909 by webernet and RobRoy: improve cron error reporting by defining 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
|
2007-11-19 15:01:18 +00:00 |