root/trunk/LinkedEntryCustomFields


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @948 [948] 08/11/08 16:47:50 breese added Community Template Override - a plugin that allows you to specify …
(edit) @933 [933] 08/08/08 01:07:42 mpaschal Make tags unique while we're at it BugzID: 80824
(edit) @932 [932] 08/07/08 23:50:46 mpaschal Use INSERT with conflict resolution keywords where available BugzID: 80826
(edit) @931 [931] 08/07/08 23:50:39 mpaschal Convert tag names with dirify, so we get a valid tag name even when the …
(edit) @930 [930] 08/07/08 23:50:35 mpaschal spacing
(edit) @908 [908] 07/28/08 21:25:30 mpaschal simplify readme
(edit) @907 [907] 07/28/08 21:25:27 mpaschal Set system fields' blog_ids to 0 (they aren't supposed to be NULL) BugzID: …
(edit) @906 [906] 07/28/08 21:25:21 mpaschal Don't make system-wide asset fields (they aren't supposed to …
(edit) @895 [895] 07/25/08 22:42:16 jallen Adding a README (still needs more info!) and just the teensiest bit of …
(edit) @869 [869] 07/18/08 20:36:13 mpaschal No more debug mode
(edit) @868 [868] 07/18/08 20:36:08 mpaschal Let blog_id possibly be null when looking for duplicate system level …
(edit) @866 [866] 07/17/08 22:17:53 mpaschal Turn convert mode into a page action
(edit) @865 [865] 07/17/08 22:17:49 mpaschal Add page actions to the List Fields page (apparently it doesn't)
(edit) @864 [864] 07/17/08 22:17:45 mpaschal Add a description Omit the schema version (we're not really changing …
(edit) @863 [863] 07/17/08 18:44:21 mpaschal Calculate the right url (and the correct filename)
(edit) @862 [862] 07/17/08 18:27:00 mpaschal Strip spaces from radio/menu options
(edit) @861 [861] 07/17/08 18:26:57 mpaschal Convert choice list delimiters from linefeeds to commas
(edit) @860 [860] 07/17/08 18:26:53 mpaschal add mapping info for other types of rightfield map fields to meta columns …
(edit) @844 [844] 07/14/08 23:30:53 mpaschal Use reverse join technique here to find entry IDs in a given plugindata …
(edit) @843 [843] 07/14/08 23:30:50 mpaschal Use field's upload_path to make full path to asset file more debugging …
(edit) @842 [842] 07/14/08 23:30:47 mpaschal Specify primary key for rf table packages, so joins work
(edit) @841 [841] 07/14/08 23:30:42 mpaschal Join against real rf tables on id, not key (which they don't have)
(edit) @840 [840] 07/14/08 23:30:37 mpaschal Send all data into copying routines Implement file data copying
(edit) @839 [839] 07/14/08 23:30:33 mpaschal Make field parameters vary by type of field Keep field type in the field …
(edit) @838 [838] 07/14/08 23:30:26 mpaschal start making type conversion variable
(edit) @837 [837] 07/14/08 23:30:22 mpaschal Yes, 0 means global
(edit) @835 [835] 07/14/08 16:52:32 mpaschal Compare labels case insensitively Loop hash content with each plz Pass …
(edit) @834 [834] 07/14/08 16:52:14 mpaschal Try supporting conversion of multiple identical fields as a single system …
(edit) @833 [833] 07/14/08 16:52:05 mpaschal split conversion into its own module so we don't break the app by failing …
(edit) @832 [832] 07/14/08 16:51:59 mpaschal Fork App.pm to separate out conversion routines from dangerous …
(edit) @831 [831] 07/14/08 16:51:53 mpaschal rm debug log lines comments
(edit) @830 [830] 07/14/08 16:51:48 mpaschal Variablize the meta field a tiny bit in prep for supporting many fields
(edit) @829 [829] 07/14/08 16:51:44 mpaschal Only generate a class for a given rightfields table once per migration
(edit) @828 [828] 07/14/08 16:51:38 mpaschal Take a run at pseudofield migration
(edit) @827 [827] 07/14/08 16:51:34 mpaschal Use general INSERT SELECT query that works on all systems (but doesn't …
(edit) @826 [826] 07/14/08 16:51:24 mpaschal Meta objects don't have dbi_driver(), only driver() DBDs make column names …
(edit) @825 [825] 07/14/08 16:50:57 mpaschal Split cf creation into its own routine Split cf copying into its own …
(edit) @824 [824] 07/14/08 16:49:27 mpaschal rm this weird bit
(edit) @823 [823] 07/14/08 16:47:15 mpaschal First go at a LECF converter
(edit) @810 [810] 07/07/08 21:30:09 mpaschal Use LECF name in plugin code
(edit) @809 [809] 07/07/08 21:29:33 mpaschal Use LECF name in plugin parts
(edit) @808 [808] 07/07/08 21:28:06 mpaschal Make a plugin dir Move plugin parts to the plugin dir
(edit) @807 [807] 07/07/08 21:27:01 mpaschal welcome to subversion
(edit) @806 [806] 07/07/08 20:52:47 mpaschal Always specify a sort order, so we don't sort the paginated JSON responses …
(edit) @805 [805] 07/07/08 20:52:44 mpaschal checkOpened() is for assets
(edit) @804 [804] 07/07/08 20:52:42 mpaschal Implement specified template tags
(edit) @803 [803] 07/07/08 20:52:38 mpaschal Only link to the post if it's (supposed to be) already published
(edit) @802 [802] 07/07/08 20:52:35 mpaschal Ignore mac files
(edit) @801 [801] 07/07/08 20:52:32 mpaschal Show entry data in entry selector
(edit) @800 [800] 07/07/08 20:52:28 mpaschal Show appropriate entry status icon in entry selector
(edit) @799 [799] 07/07/08 20:52:24 mpaschal Don't list a random entry's title when no entry is selected Use a more …
(edit) @798 [798] 07/07/08 20:52:20 mpaschal Pretend to be an asset listing here so we can get the proper font size, …
(edit) @797 [797] 07/07/08 20:52:17 mpaschal Honor blog and category settings in the entry selector
(edit) @796 [796] 07/07/08 20:52:13 mpaschal Call the fields entry_blog and entry_categories Save the entry_blog and …
(edit) @795 [795] 07/07/08 20:52:09 mpaschal Hide/show blog and category fields as appropriate to type selection
(edit) @794 [794] 07/07/08 20:52:06 mpaschal Stick LECF options into CF page Don't embed perl code in the config.yaml …
(edit) @793 [793] 07/07/08 20:52:02 mpaschal Mark LE no_default, so it won't include that template code in the …
(edit) @792 [792] 07/07/08 20:51:59 mpaschal Put the field editing template in a template file (The field editor …
(edit) @791 [791] 07/07/08 20:51:56 mpaschal Invoke function corectly for Remove Entry button Display entry title as …
(edit) @790 [790] 07/07/08 20:51:53 mpaschal Use special entry inserter function that we can give both an html (the …
(edit) @789 [789] 07/07/08 20:51:49 mpaschal Switch to RightFieldsConvert? for id, since MT::component() method seems to …
(edit) @788 [788] 07/07/08 20:51:46 mpaschal Basicmost implementation of list_entry_mini method Use 'entry' in the …
(edit) @787 [787] 07/07/08 20:51:43 mpaschal Scaffold some app methods
(add) @772 [772] 06/27/08 22:56:23 mpaschal new dir for LECF plugin BugzID: 80369
Note: See TracRevisionLog for help on using the revision log.