Commit Graph

3482 Commits (66f740c58475b84b907326a0e50e4d91c2fc03ee)

Author SHA1 Message Date
Dries Buytaert 66f740c584 - Patch #626286 by sun, David_Rothstein, Rob Loach: make contextual links a module. 2009-12-06 01:00:27 +00:00
Dries Buytaert bb460ee727 - Patch #621914 by jhodgdon: fixed drupal_add_css() documentation formatting issues. 2009-12-05 22:16:44 +00:00
Dries Buytaert ab78dadd51 - Patch #520764 by Damien Tournoud, JoshuaRogers, brianV: fixed SA-CORE-2009-007: request values in URL, including password/username. 2009-12-05 20:17:02 +00:00
Dries Buytaert 5b6acba1d2 - Patch #652042 by chx: cache.inc is always needed. 2009-12-05 19:27:34 +00:00
Dries Buytaert e8998ea07a - Patch #570314 by jhodgdon: more details for form_set_value() documentation. 2009-12-05 16:03:51 +00:00
Dries Buytaert 4d18e65acd - Patch #599804 by effulgentsia, catch, moshe weitzman, webchick: don't always set the Content-Type header. 2009-12-05 14:49:55 +00:00
Dries Buytaert 0014a64d37 - Patch #641356 by fago, sun: cache more of () when form caching is enabled. 2009-12-05 14:33:55 +00:00
Angie Byron 6c37dbae29 #651510 by boombatower: Fixed token.inc - split() is deprecated in PHP 5.3. 2009-12-05 03:49:17 +00:00
Dries Buytaert 8523aca33e - Patch #650944 by catch: use db_truncate() in _menu_router_save(). 2009-12-04 16:47:15 +00:00
Dries Buytaert 1b01b241ae - Patch #648744 by Crell: specified more @return type definitions for auto-completion in IDEs. 2009-12-04 16:31:04 +00:00
Dries Buytaert 99128df8d0 - Patch #520946 by jhodgdon: fixed error in API documentation of form_set_error(). 2009-12-04 16:29:15 +00:00
Dries Buytaert 0b6e0b605c - Patch #637058 by jhodgdon: documentation improvements. 2009-12-03 20:42:38 +00:00
Dries Buytaert ca8416e036 - Patch #542658 by sun: follow-up on move action 'tabs' out of local tasks. 2009-12-03 20:21:50 +00:00
Dries Buytaert 9c0f85ce6c - Patch #645998 by jhodgdon: removed outdated documentation. 2009-12-03 02:20:28 +00:00
Dries Buytaert a49c496710 - Patch #648744 by fago: added support for DBTNG auto completion in IDEs. Usability improvement. 2009-12-02 23:05:13 +00:00
Dries Buytaert 0baad49d62 - Patch #635094 by plach: unify 'language neutral' language codes. 2009-12-02 19:26:23 +00:00
Dries Buytaert 99833c6289 - Patch #558928 by brandonojc, mgifford, Owen Barton, Everett Zufelt: improved consistency, flexibility and accessibility of form element labels. 2009-12-02 15:09:16 +00:00
Dries Buytaert 92760988b9 - Patch #648410 by Dave Reid: standardize add 'empty' row functionality to all tables. 2009-12-02 14:56:32 +00:00
Angie Byron c912008307 #610234 by Gábor Hojtsy, ksenzee, cwgordon7, David_Rothstein, seutje, marcvangend, sun, JoshuaRogers, markus_petrux, Bojhan, Rob Loach, Everett Zufelt, drifter, markboulton, leisareichelt, et al: Added Overlay module to core, which shows administrative pages in a JS overlay, retaining context on the front-end site. 2009-12-02 07:28:22 +00:00
Dries Buytaert 810b8512c5 - Patch #647336 by boombatower, Morbus Iff: fixed bug with when xmlrpc() is called with no function arguments. Added some extra XML-RPC tests. 2009-12-02 00:31:47 +00:00
Dries Buytaert 2bc5334aae - Patch #642010 by yoroy: shorten and reorganize help text for language stuff. 2009-12-02 00:28:43 +00:00
Dries Buytaert 54fc6e99bd - Patch #648262 by brianV: fixed some typos. 2009-12-02 00:17:49 +00:00
Dries Buytaert d5d453604a - Patch #613858 by sun, Dave Reid: fixed drupal_is_front_page() should not call drupal_get_normal_path(). 2009-12-01 18:39:56 +00:00
Dries Buytaert 65f1c9fa24 - Patch #647130 by fago, sun: cache only once when rebuilding a form. 2009-12-01 16:28:57 +00:00
Angie Byron f79924352f #632030 by JohnAlbin: Merge Garland and Minnelli into one theme. 2009-12-01 15:57:40 +00:00
Dries Buytaert d8429228ce - Patch #622922 by chx, fago, sun, effulgentsia: form API clean-up, bugfixes and extra tests. 2009-12-01 03:07:34 +00:00
Dries Buytaert 886cc50e75 - Patch #491214 by JohnAlbin, Gábor Hojtsy, eigentor: implement a more usable top level Appearance page. Yay. 2009-12-01 00:39:35 +00:00
Dries Buytaert 3db9fc144c - Patch #644150 by sun: () is stateless, even with enabled caching. 2009-11-30 19:57:20 +00:00
Dries Buytaert 4fca5a6412 - Patch #645468 by sun: filter module no longer needs to be loaded by default. 2009-11-29 06:32:46 +00:00
Dries Buytaert b608482678 - Patch #642702 by sun: form validation handlers cannot alter structure. 2009-11-28 14:39:31 +00:00
Dries Buytaert fda6b65d58 - Patch #644150 by sun: () is stateless, even with enabled caching. 2009-11-27 15:14:58 +00:00
Dries Buytaert b3e42eb5cd - Patch #626688 by justinrandell, catch, chx: add caching for system_list(). 2009-11-26 18:57:16 +00:00
Angie Byron d3de3672f1 #642612 by yched: Add clean way to reset entity_info() cache. 2009-11-26 05:54:48 +00:00
Dries Buytaert ff0bdd3d5e - Patch #641544 by yched:FAPI #type 'container' ids generated twice. 2009-11-24 21:56:15 +00:00
Dries Buytaert 7624967bd7 - Patch #640050 by heyrocker: example code for drupal_form_submit() was incorrect. 2009-11-23 22:37:37 +00:00
Dries Buytaert a902f664d9 - Patch #564852 by justinrandell, mcarbone, Crell: fixed subselect in WHERE condition with multiple placeholders cause invalid/duplicate placeholders. 2009-11-23 22:31:42 +00:00
Dries Buytaert c881694eb4 - Patch #639704 by casey: removed dead code from form_process_date(). 2009-11-22 18:27:11 +00:00
Dries Buytaert 110f89c5f0 - Patch #626688 by justinrandell: add caching for system_list(). Eliminate a query. 2009-11-22 08:20:51 +00:00
Dries Buytaert 5187fa6f21 - Patch #639418 by sun: #array_parents() do not always map to actual form structure. 2009-11-22 07:32:47 +00:00
Angie Byron 7f7df40227 #623310 by rfay: Fixed AJAX 'changed' command asterisk argument. 2009-11-22 02:48:37 +00:00
Dries Buytaert 63f39bedf6 - Patch #634440 by fago, effulgentsia, sun: remove auto-rebuilding magic for ()['storage']. 2009-11-21 14:06:46 +00:00
Angie Byron 59ceca0caf #633156 follow-up by effulgentsia and yched: Clean up AJAX tests, add sister function to drupal_js_encode(). 2009-11-21 00:43:42 +00:00
Angie Byron b14349889e #619666 by effulgentsia, casey, and catch: Changed Introduce new pattern for drupal_static() in performance-critical functions. 2009-11-20 06:12:45 +00:00
Angie Byron 457a109406 #467640 by casey: Consolidate overly verbose code in theme_render_template(). 2009-11-20 04:29:42 +00:00
Angie Byron ffb7dcaf33 #547068 follow-up by David_Rothstein: Don't use Seven for maintenance page. 2009-11-19 15:50:23 +00:00
Angie Byron cb98091e1b #108818 by David Strauss, chx, Crell: Add transactions to key X_save() routines. 2009-11-19 04:00:47 +00:00
Angie Byron 016280812e #547068 by sun, seutje, yoroy, Gábor Hojtsy, adrian, Bojhan, and markboulton: Use Seven theme for installation / updates. 2009-11-19 03:11:53 +00:00
Dries Buytaert deacaa6533 - Patch #634240 by catch: fixed system_list() caching. 2009-11-18 19:09:52 +00:00
Dries Buytaert 4788bf25fa - Patch #583730 by sun: fixed form caching. 2009-11-18 18:51:11 +00:00
Angie Byron f39f02ce75 #601806 follow-up by sun and effulgentsia: Fix broken HEAD. 2009-11-16 20:31:27 +00:00