Commit Graph

36 Commits (6a5532a2589463de93cc96ce6b71a7af94d39d9b)

Author SHA1 Message Date
Angie Byron 9d40c10c2a #654934 by plach: Remove Translatable option on field creation. This functionality has been moved to Entity Translation in contrib. 2010-01-13 05:43:01 +00:00
Angie Byron ba6ef3017e #482816 by sun and Rob Loach: Add a consistent wrapper around submit buttons. 2010-01-03 21:01:04 +00:00
Dries Buytaert b12d812b93 - Patch #665878 by yched: fixed field_extra_fields() 2010-01-02 15:00:34 +00:00
Dries Buytaert 53748ab5e2 - Patch #664544 by yched: clean-up entity build/view modes. 2009-12-26 16:50:09 +00:00
Angie Byron eae4c336a1 #664380 by Bojhan: Remove unnecessary descriptions form Field UI. 2009-12-23 16:49:00 +00:00
Dries Buytaert 0baad49d62 - Patch #635094 by plach: unify 'language neutral' language codes. 2009-12-02 19:26:23 +00:00
Dries Buytaert b09f52216d - Patch #619230 by matt2000, yched: update 'default field value' UI code for D7 Field API. 2009-11-24 21:38:33 +00:00
Angie Byron 161e790e20 #626664 by yched, Amitaibu: Fixed 'Add existing field' in user doesn't show fields created in content types. 2009-11-11 06:58:24 +00:00
Dries Buytaert e7fe1830d2 - Patch #614294 by lisarex, yched, Bojhan: remove UI description that says what is stored in the field. 2009-11-08 09:24:55 +00:00
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 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
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
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
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 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