Angie Byron
|
27369e8b96
|
#304163 by chx: Allow update.php to re-generate settings.php. Now possible to upgrade Drupal 6 to Drupal 7. Oh, yeah.
|
2009-03-01 09:32:17 +00:00 |
Angie Byron
|
665c9fdc2c
|
Roll-back of users -> user table name change in #330983: Broken pgsql is no fun.
|
2009-02-26 07:30:29 +00:00 |
Dries Buytaert
|
068adf05b5
|
- Patch #243524 by Dave Reid, chx: display INFO_ALL output when calling system_php().
|
2009-02-25 13:36:29 +00:00 |
Dries Buytaert
|
094e999013
|
- Patch #383318 by mr.baileys: incorrect memory shortage warning when memory limit is unlimited.
|
2009-02-25 13:33:53 +00:00 |
Angie Byron
|
743c8adcf7
|
#367299 by EclipseGc, JohnAlbin, geerlingguy, and Todd Nienkerk: Update and polish default page.tpl.php to make it easier for CSS designers to theme.
|
2009-02-24 17:50:22 +00:00 |
Dries Buytaert
|
5d658d0848
|
- Patch #380064 by c960657: make file_scan_directory() use save property names as file_load().
|
2009-02-22 17:55:30 +00:00 |
Angie Byron
|
ff9e842730
|
#330983 by recidive and boombatower: Rename users/users_roles tables to user/user_role for consistency.
|
2009-02-18 15:19:57 +00:00 |
Angie Byron
|
df591c8f40
|
#215080 by drifter and robertDouglass: Add index on system name and type to speed query.
|
2009-02-18 15:14:11 +00:00 |
Angie Byron
|
fb7347bc9d
|
#371231 by JohnAlbin and EclipseGC: Rename clear-block CSS class to clearfix, which is the lingo that designers use for it.
|
2009-02-18 14:28:25 +00:00 |
Angie Byron
|
ac484c277a
|
#125030 by kkaefer, quicksketch, dvessel, Steven, and John Resig: Allow compatibility with other JavaScript libraries.
|
2009-02-18 13:46:55 +00:00 |
Angie Byron
|
6afc39c2e4
|
#135976 by Dave Reid: Move Administration Theme setting to the themes page where it is findable (with tests).
|
2009-02-11 05:33:18 +00:00 |
Angie Byron
|
1dafc60c26
|
#365149 by karschsp: Fix @endcode at the end of hook_page_alter() example.
|
2009-02-09 15:42:52 +00:00 |
Dries Buytaert
|
29c8e40e91
|
- Patch #355236 by Frando: refactor drupal_render() theming.
|
2009-02-03 18:55:32 +00:00 |
Dries Buytaert
|
d4867346f5
|
- Patch #367380 by Moshe: make block module optional.
|
2009-02-03 12:30:14 +00:00 |
Angie Byron
|
5e2ad8e43c
|
#360128 by quicksketch: Create centralized ahah callback to reduce duplicate code.
|
2009-02-01 06:48:15 +00:00 |
Angie Byron
|
2c381622a5
|
#88264 by Rob Loach and kscheirer: Make variable_get()'s defaultparameter default to NULL so that NULLs do not need to be specified.
|
2009-01-31 16:50:57 +00:00 |
Angie Byron
|
6cbf7424a0
|
#349836 by lut4rp: Remove ellipsis in menu description.
|
2009-01-31 15:55:05 +00:00 |
Angie Byron
|
d2feb62234
|
#345157 follow-up by toddy: Fix @link syntax in PHPDoc.
|
2009-01-29 14:37:40 +00:00 |
Angie Byron
|
ad99dd761a
|
#242962 by Heine: Add a 'tablesort' Form API element to unify various places we use a big table with JS-enabled checkboxes next to each item (with tests).
|
2009-01-28 07:43:26 +00:00 |
Dries Buytaert
|
2e8ca690ff
|
- Patch #351235 by dmitrig01, webchick, frando, moshe weitzman, et al: hook_page_alter. Oh, behave.
|
2009-01-27 00:22:27 +00:00 |
Dries Buytaert
|
6d3d75fe4b
|
- Removing whitespace.
|
2009-01-26 14:08:44 +00:00 |
Angie Byron
|
8851b57acf
|
#227486 follow-up by catch: Move update 7010 to 6048 so that the 6.x and 7.x updates stay in sync.
|
2009-01-25 16:46:05 +00:00 |
Angie Byron
|
5951daf881
|
#363262 by catch and Damien Tournoud: Replace src index on the {url_alias} table with src, language for better performance.
|
2009-01-25 13:57:21 +00:00 |
Angie Byron
|
4bf29632d4
|
#363644 by chx: Remove annoying whitespace.
|
2009-01-25 12:22:09 +00:00 |
Angie Byron
|
250e486bb0
|
#363687 by chx: Simplify DBTNG codeflow.
|
2009-01-25 12:19:32 +00:00 |
Dries Buytaert
|
706198e283
|
- Patch #334956 by JohnAlbin: remove a IE hack 'flash of unstyled content' that is no longer needed.
|
2009-01-22 12:52:50 +00:00 |
Dries Buytaert
|
938c7c07a3
|
- Patch #360605 by Berdir: made CVS HEAD compatible with PHP5.3.
|
2009-01-22 12:46:07 +00:00 |
Angie Byron
|
9e2540eeb2
|
#306316 by beeradb: Rebuild the menu from node_types_rebuild() to assist with programmatic node creation.
|
2009-01-22 05:01:39 +00:00 |
Dries Buytaert
|
3dc1157a1e
|
- Patch #244904 by edkwh, keith.smith: renamed 'input format' to 'text format' based on UMN usability study.
|
2009-01-21 16:58:42 +00:00 |
Dries Buytaert
|
60c06921ce
|
- Patch #291026 by Dave Reid et al: further (usability) improvements to the E_NOTICE handling.
|
2009-01-21 14:22:33 +00:00 |
Dries Buytaert
|
79b740acc1
|
- Patch #291026 by Dave Reid, Pasqualle, Rob Loach, et al: improved error reporting settings.
|
2009-01-19 21:13:09 +00:00 |
Dries Buytaert
|
d20e457121
|
- Patch #201122 by c960657, Moshe Weitzman: never write anonymous sessions, unless something has been written to . This is an important performance improvements -- as long as you use modules that use carefully. It might be good to report some analytics about this in the performance settings page so administrators can see if there is a 'broken' module.
|
2009-01-19 10:46:52 +00:00 |
Angie Byron
|
9e8bfddf29
|
#360104 by drewish: Allow taxomomy module to be uninstalled.
|
2009-01-19 01:53:26 +00:00 |
Angie Byron
|
0c57b989f5
|
#360106 by Dave Reid: Allow comment module to be uninstalled.
|
2009-01-19 01:23:39 +00:00 |
Angie Byron
|
d1855fe18b
|
#345157 by toddy: Add API documentation for hook_update_last_removed().
|
2009-01-17 20:28:46 +00:00 |
Angie Byron
|
4f5ebd8a30
|
#320451 follow-up by webernet: Remove escaping of 'required by' and 'requires' on module page.
|
2009-01-15 16:07:51 +00:00 |
Dries Buytaert
|
d3df2ff356
|
- Patch #225562 by Jody Lynn et al: clean up of the taxonomy module SQL table namespace.
|
2009-01-14 21:16:21 +00:00 |
Dries Buytaert
|
534287b1bc
|
- Patch #245990 by pwolanin: further clean-up of the HTTP request status fail problem.
|
2009-01-14 21:13:42 +00:00 |
Dries Buytaert
|
a10731cedf
|
- Patch #320451 by chx, Damien Tournoud: improved Drupal's module dependency system. This helps with fields in core. Comes with tests\!
|
2009-01-14 12:18:37 +00:00 |
Dries Buytaert
|
77936aef4c
|
- Rollback of #225562 -- I think there is still something wrong.
|
2009-01-13 22:41:39 +00:00 |
Dries Buytaert
|
b86354c55c
|
- Patch #225562 by Jody Lynn: change DB table names from eg. term_data to taxonomy_term_data.
|
2009-01-13 22:25:13 +00:00 |
Dries Buytaert
|
bdbd0dffe5
|
- Patch #266246 by David Strauss: added smart defaults for system_settings_form().
|
2009-01-11 21:19:19 +00:00 |
Dries Buytaert
|
f7cd2518fa
|
- Patch #356747 by chx: fix hidden module dependencies.
|
2009-01-11 07:50:03 +00:00 |
Angie Byron
|
cb159b9ff1
|
#143434 by Jody Lynn: Move 'display post information' to where users would expect.
|
2009-01-09 16:19:56 +00:00 |
Dries Buytaert
|
ebd7390533
|
- Rollback of #325908.
|
2009-01-06 13:33:06 +00:00 |
Angie Byron
|
63cb7ba103
|
#352956 by Damien Tournoud, Josh Waihi, drewish: Fix PDOException on install on some versions of PHP.
|
2009-01-05 02:52:43 +00:00 |
Dries Buytaert
|
634379299f
|
- Patch #320591 by Moshe, Crell et al: tag specific alter hook for database queries.
|
2009-01-04 19:56:51 +00:00 |
Dries Buytaert
|
86aa636c8b
|
- Patch #353207 by CitizenKane and drewish: cleaned up the FILE_STATUS_TEMPORARY field.
|
2009-01-02 21:45:11 +00:00 |
Dries Buytaert
|
37c6f50bcd
|
- Patch #353019 by agentrickard: remove underscores from time zone display names.
|
2009-01-02 20:28:09 +00:00 |
Dries Buytaert
|
d813e3679c
|
- Patch #348201 by catch: make it possible to load multiple files with fewer queries.
|
2008-12-31 11:08:47 +00:00 |
Dries Buytaert
|
92a8adea65
|
- Patch #352470 by scor: fixed typos and grammar in comments.
|
2008-12-30 16:43:20 +00:00 |
Dries Buytaert
|
5bbad8a4dc
|
- Patch #223298 by Dave Reid: change {dblog}.type VARCHAR limit from 16 to 64.
|
2008-12-28 20:41:19 +00:00 |
Dries Buytaert
|
53b83cdcb9
|
- Patch #330633 by drewish: temporary file clean-up _and_ unit tests. Oh yeah.
|
2008-12-28 19:11:31 +00:00 |
Dries Buytaert
|
9120540d19
|
- Patch #339588 by jhedstrom, Josh Waihi, mikl: remove *_unsigned types and rework their sizes. Fixes exception on PostgreSQL.
|
2008-12-26 11:04:39 +00:00 |
Dries Buytaert
|
821ad24bc1
|
- Patch #245990 by kellyllek, chx, dww: improved the HTTP request test to be more robust.
|
2008-12-24 09:59:22 +00:00 |
Dries Buytaert
|
0c63d9e24f
|
- Patch #349504 by keith.smith: clean up sentence spacing in code comments.
|
2008-12-20 18:24:41 +00:00 |
Dries Buytaert
|
ee700371ac
|
- Patch #319404 by Dave Reid: simplify actions_sychronize and remove paramater.
|
2008-12-20 05:20:21 +00:00 |
Dries Buytaert
|
ec4eba68d7
|
- Patch #323528 by jhedstrom: fixed alias usage in queries for PostgreSQL.
|
2008-12-19 03:55:23 +00:00 |
Dries Buytaert
|
574a2e47ee
|
- Patch #345866 by alexanderpas, justinrandell, Dave Reid: remove from hook_block().
|
2008-12-16 23:57:33 +00:00 |
Dries Buytaert
|
18d22419f3
|
- Patch #339929 by Moshe et al: move node links into ->content.
|
2008-12-16 22:05:51 +00:00 |
Dries Buytaert
|
8ad5cba994
|
- Patch #344661 by Dave Reid: API doc improvements for hook_translation_link_alter.
|
2008-12-09 11:36:04 +00:00 |
Dries Buytaert
|
c50651f7fb
|
- Patch #340557 by Dave Reid: use static caching in drupal_is_front_page().
|
2008-12-09 07:16:10 +00:00 |
Dries Buytaert
|
55382d04a7
|
- Patch #318016 by Dave Reid: step one to standardizing type-hinting.
|
2008-12-08 21:41:54 +00:00 |
Dries Buytaert
|
58b0235a72
|
- Patch #324313 by catch et al: load multiple nodes and terms at once.
|
2008-12-05 22:18:46 +00:00 |
Dries Buytaert
|
0b06c68b98
|
- Patch #288039 by sun, ff1, agentrickard, fgm, ultimateboy: improved usability of the aliased URL admin page.
|
2008-12-05 12:50:28 +00:00 |
Dries Buytaert
|
cadd9bd54c
|
- Patch #335086 by recidive: rename node, filter and comment module tables to singular for consistency. Oh my.
|
2008-12-03 16:32:22 +00:00 |
Dries Buytaert
|
bc719d0c55
|
- Patch #337820 by Dave Reid, Damien Tournoud, et al: rename menu path 'logout' to 'user/logout'. For real now.
|
2008-11-29 09:33:51 +00:00 |
Dries Buytaert
|
77c5b369da
|
- Patch #248205 by Damien Tournoud: up requirement for PostgreSQL to PostgreSQL 8.3.
|
2008-11-28 09:25:59 +00:00 |
Angie Byron
|
d7f706f291
|
Reverting #337820 once more, as it causes mysterious test failures.
|
2008-11-27 07:07:01 +00:00 |
Dries Buytaert
|
74f2efd561
|
- Patch #314870 by drewish: removed some code that accidentically got committed with api.php and that broke the tests.
|
2008-11-26 18:56:16 +00:00 |
Dries Buytaert
|
fd67735fa2
|
- Patch #325908 by kbahey: removed redundant cache flusing.
|
2008-11-26 13:54:05 +00:00 |
Dries Buytaert
|
b4534e89a5
|
- Patch #263445 by Dave Reid, merlinofchaos: replace improper use of drupal_to_js() with drupal_json().
|
2008-11-26 13:52:13 +00:00 |
Dries Buytaert
|
c01f85bc37
|
- Patch #337820 by Dave Reid: rename menu path logout to user/logout.
|
2008-11-25 13:16:39 +00:00 |
Angie Byron
|
66df602593
|
#314870 by Rob Loach, drewish, catch, and sun: Add hook API documentation to Drupal core.
|
2008-11-25 02:37:33 +00:00 |
Dries Buytaert
|
b5e0a12fa9
|
- Patch #332980 by scor: RDF namespace registry clean-ups.
|
2008-11-24 22:10:46 +00:00 |
Dries Buytaert
|
5083e13522
|
- Patch #333143 by justinrandell: cleaning up the Drupal bootstrap code, removing bootstrap flag in system table.
|
2008-11-24 10:41:40 +00:00 |
Angie Byron
|
bd9554952c
|
Reverting #337820 which causes menu tests to fail, unbeknownst to testing bot. Hrm...
|
2008-11-24 04:22:02 +00:00 |
Angie Byron
|
3d1dcb4966
|
Removing #137932 which was committed prematurely.
|
2008-11-24 00:40:45 +00:00 |
Angie Byron
|
251a761eaa
|
#337820 by Dave Reid: Rename menu path 'logout' to 'user/logout' for consistency.
|
2008-11-23 21:17:48 +00:00 |
Angie Byron
|
c30376a50b
|
#337820 follow-up: Reverting conflict cruft that somehow got introduced the last commit.
|
2008-11-23 20:29:36 +00:00 |
Dries Buytaert
|
a7b2b9dfd1
|
- Patch #332980 by scor and keith.smith: documentation improvements + typo fixed.
|
2008-11-23 16:54:49 +00:00 |
Dries Buytaert
|
151ed27786
|
- Patch #332980 by scor: added an RDF namespace registry. Oh my ... :-)
|
2008-11-22 13:55:27 +00:00 |
Dries Buytaert
|
b366ea6acb
|
- Patch #337660 by dmitrig01: usability improvement - show a preview for the Powered By Drupal block.
|
2008-11-22 11:54:40 +00:00 |
Dries Buytaert
|
3e0e9c6f87
|
- Patch #245504 by David Rothstein: throttle module is gone now. For real.
|
2008-11-22 10:59:49 +00:00 |
Dries Buytaert
|
5377cb5ac5
|
- Patch #319831 by keith.smitch, Workfflow et al: remove redundant help text.
|
2008-11-21 15:14:17 +00:00 |
Angie Byron
|
53f53b6db5
|
#11077 by mfb, KarenS, macgirvin, and jjkd: Can you say Daylight Savings Time? I bet you didn't think Drupal ever would! :)
|
2008-11-20 06:56:17 +00:00 |
Dries Buytaert
|
15671f471b
|
- Patch #332123 by webchick, lilou: remove t() function from schema descriptions.
|
2008-11-15 13:01:11 +00:00 |
Dries Buytaert
|
10104ba94a
|
- Patch #331570 by recidive: rename block module tables to singular. Requires you to run update.php.
|
2008-11-15 08:23:07 +00:00 |
Dries Buytaert
|
bfc650573c
|
- Patch #297225 by keith.smith: massaged the text on the modules page a bit.
|
2008-11-13 20:27:30 +00:00 |
Dries Buytaert
|
59ece2e39d
|
- Patch #325665 by chx, Damien Tournoud, justinrandell et al: improved the cache registry lookups.
|
2008-11-11 22:39:59 +00:00 |
Angie Byron
|
0762f60073
|
#315798 by Rob Loach, mfer, Grugnog2, and sun: Add weighting to drupal_add_js().
|
2008-11-10 05:23:01 +00:00 |
Dries Buytaert
|
9a0618b98f
|
- Patch #93509 by catch: automatically run cron after installation, improve the cron notifications.
|
2008-11-05 14:28:04 +00:00 |
Angie Byron
|
a28f1ad9d2
|
#257910 follow-up by Damien Tournoud: Fix location of search.install update code and remove redundant index.
|
2008-11-03 06:33:21 +00:00 |
Angie Byron
|
d0f8f90a36
|
#303889 by David_Rothstein, kbahey, and chx: Make it possible to update D6 -> D7.
|
2008-11-03 05:55:57 +00:00 |
Dries Buytaert
|
2cea471b5d
|
- Patch #257910 by Damien Tournoud: use primary key instead.
|
2008-11-02 17:56:20 +00:00 |
Dries Buytaert
|
b65907b89c
|
- Patch #257910 by douggreen et al: Performance Issue during Indexing - search_dataset.sid_type unique key should be an Index.
|
2008-11-02 14:56:15 +00:00 |
Dries Buytaert
|
fa94c66c92
|
- Patch #328719 by c960657: make the module list tests succeed again.
|
2008-11-01 21:21:35 +00:00 |
Dries Buytaert
|
35c7673cae
|
- Patch #327480 by chx: remove DB specific code from simpletest.
|
2008-10-31 11:13:31 +00:00 |
Dries Buytaert
|
e2a6a3ed61
|
- Patch #298600 by chx, justinrandell, Damien, et al: make module_implements work regardless of bootstrap phase.
|
2008-10-31 02:18:22 +00:00 |
Dries Buytaert
|
5371104a2d
|
- Patch #316225 by sun et al: allow behaviors to detach from AHAH/AJAX.
|
2008-10-29 10:01:28 +00:00 |