Angie Byron
ae842168f9
#602522 by effulgentsia, sun, and moshe weitzman: Make links in renderable arrays and forms (e.g. 'Operations') alterable.
2009-11-03 05:27:18 +00:00
Angie Byron
590074fa72
#600544 follow-up by Amitaibu: Added missing documentation.
2009-11-02 15:59:28 +00:00
Angie Byron
0e44b42baf
#600544 by Amitaibu and yched: Added tests for Field UI (hooray! :D)
2009-11-02 03:41:58 +00:00
Dries Buytaert
03e2ec64ab
- Patch #606994 by yched: move entity handling out of Field API.
2009-10-31 16:06:36 +00:00
Angie Byron
fc81470ff3
#617532 by matt2000: Fixed field_ui() menu paths with underscores in content type names.
2009-10-29 07:23:38 +00:00
Angie Byron
374fbf713f
#615866 by yched: Fixed Field UI redirections.
2009-10-29 07:21:04 +00:00
Angie Byron
f05e3c2fcf
#616742 by Amitaibu: Fixed adding an existing field in Field UI.
2009-10-29 07:14:58 +00:00
Dries Buytaert
bbce39fff3
- Patch #307354 by xmacinfo, heather: rename 'Display fields' to 'Manage Display'.
2009-10-26 00:15:59 +00:00
Angie Byron
88b1575eb1
#578544 by yched: Move field creation widgets into the same columns as existing fields.
2009-10-24 17:26:16 +00:00
Angie Byron
e4c4f1f1ce
#609506 by yched and johanneshahn: Fixed 'Undefined index' on admin/reports/fields and 'change widget' form.
2009-10-24 05:26:13 +00:00
Angie Byron
a7149821d6
#600974 by effulgentsia, JohnAlbin, sun, and Damien Tournoud: Allow theme functions to take one argument without any hacks. NOTE: This is an API change in hook_theme().
2009-10-23 22:24:19 +00:00
Dries Buytaert
714597a9cd
- Patch #470242 by yched, bjaspan: fixed namespacing for bundle names to avoid users rendering their site unusable.
2009-10-15 12:44:36 +00:00
Angie Byron
5cc7c8b5a6
#597508 by sun: Fixed path argument loader for node type paths.
2009-10-09 21:10:20 +00:00
Dries Buytaert
c05f2181dc
- Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should take a single argument. Code clean-up and performance improvement. Woot.
2009-10-09 01:00:08 +00:00
Dries Buytaert
1184ed9fc9
- Patch#583020 by c960657 | yched, Dries: fixed warning about missing argument 2 for field_delete_instance() in node_configure_fields().
2009-10-02 14:39:43 +00:00
Dries Buytaert
d1d85e60e3
- Patch #592286 by ksenzee | bjaspan: adding a field fails.
2009-10-01 13:14:04 +00:00
Dries Buytaert
57090c33da
- Patch #367013 by bjaspan, yched: clean ups for field_update_field().
2009-09-30 12:26:36 +00:00
Dries Buytaert
598e739208
- Patch #578520 by sun | c960657, mfb, Dries, catch, mattyoung: make in url() only accept an array. Another nice API clean-up!
2009-09-29 15:31:17 +00:00
Dries Buytaert
db09a6178b
- Patch #367013 by bjaspan, KarenS | yched, Dries: add support for field updates.
2009-09-26 15:57:39 +00:00
Dries Buytaert
ee8aa910b9
Patch #579366 by sun, litwol | chx, Dries: simplified form API redirection handling. I can actually understand it now. ;-).
2009-09-21 06:44:14 +00:00
Angie Byron
df02fa3ca4
#571086 by sun and merlinofchaos: Added a 'wrapper callback' that executes
...
before a form builder function, to facilitate common form elements. Clean-up
from form_builder changes from CTools patch. Has nice side-benefit of making
all form functions' signatures consistent.
2009-09-18 00:12:48 +00:00
Angie Byron
6a1217aff0
#563998 by plach: Add a means of marking a field as translatable in Field UI.
2009-09-17 04:37:33 +00:00
Angie Byron
b47e68011f
#569072 by rcross and yched: Clean field_attach_()* namespace by renaming and moving non-crud functions.
2009-09-10 22:31:58 +00:00
Dries Buytaert
1d2db443ae
- Patch #570218 by yched: viewing 'Manage fields' page clears field data cache.
2009-09-07 15:49:01 +00:00
Angie Byron
2f95710445
#564606 by mathiaz.sk: Fixed notice in field UI.
2009-09-05 12:34:00 +00:00
Angie Byron
839c242be1
#554290 by yched: Fixed lost field weights when submitting 'Display fields' screen.
2009-08-29 07:43:58 +00:00
Angie Byron
ce1cc587af
#553292 by yched: Fixed bug with formatter settings getting lost when saving a field.
2009-08-29 04:42:56 +00:00
Angie Byron
1378428913
#557932 by plach and bangpound: Fixed taxonomy term field autocomplete widgets validation, which broke after translatable fields.
2009-08-24 21:00:23 +00:00
Angie Byron
8765df6593
#516138 follow-up by yched: Instead of a full menu rebuild, set a variable indicating it's needed. Speeds up tests by a factor of at least two.
2009-08-24 01:21:51 +00:00
Angie Byron
2c55219315
#497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading.
2009-08-24 00:14:23 +00:00
Angie Byron
e63e85020b
Of all the patches to accidentally commit without a message. :( Rolling back registry rip. Let's try that again.
2009-08-24 00:10:46 +00:00
Angie Byron
4ae238ea57
*** empty log message ***
2009-08-24 00:02:05 +00:00
Angie Byron
36ec189695
#326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: Convert 'class' attribute to use an array, not a string.
2009-08-22 14:34:23 +00:00
Angie Byron
34a8a369aa
#367595 by plach, catch, sun, yched, et al: Added support for translatable fields to Field API.
2009-08-22 00:58:55 +00:00
Angie Byron
0e116ff9cf
#555142 by yched: Clean up unneeded menu-rebuild code in Field UI.
2009-08-21 02:54:46 +00:00
Angie Byron
e998857eb8
#516138 by yched, KarenS, quicksketch, bangpound, et al.: CC-FREAKING-K IN CORE! OH YEAH! :D
2009-08-19 13:31:14 +00:00