| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2007-06-23 | automagically select best image type that's best for the particular upladed ↵ | Max Kremmel | 6 | -105/+147 | |
| file, allow override of file types and use liberty thumbnail fetcher where possible | |||||
| 2007-06-23 | place h3 and date in header for easier styling | Max Kremmel | 1 | -3/+7 | |
| 2007-06-23 | due to recent changes in the way comments are nested, there is no need for ↵ | Max Kremmel | 1 | -10/+11 | |
| incrmenting margins anymore. | |||||
| 2007-06-23 | provide gif alternatives for all png icons. this will allow us to remove the ↵ | Max Kremmel | 59 | -0/+0 | |
| msie png fix and add an option to enable it | |||||
| 2007-06-22 | fix meta constraints. remove UNIQUE since that is guaranteed to break with ↵ | Christian Fowler | 1 | -3/+3 | |
| two content of the same type. Multi-column primary on meta_content_map forces multi-column duplicate restraint. virgin install tested. | |||||
| 2007-06-22 | fix links to user pages | Max Kremmel | 1 | -4/+15 | |
| 2007-06-22 | try using branded butterfly as liberty icon | Max Kremmel | 1 | -0/+0 | |
| 2007-06-22 | Mod to liberty_meta_content_map to prevent it failing to install. | Lester Caine | 1 | -3/+3 | |
| UNIQUE key added to meta_key index, but that needs to be created before foreign key can be applied. | |||||
| 2007-06-22 | make use of requireHandlerFile() | Max Kremmel | 1 | -4/+3 | |
| 2007-06-22 | add method to require a specific handler file based on the hash in ↵ | Max Kremmel | 1 | -1/+17 | |
| LSys->mContentTypes | |||||
| 2007-06-22 | clean up constraints | Christian Fowler | 2 | -6/+2 | |
| 2007-06-22 | SCHEMA CHANGE: update liberty_meta to be properly normalized and mapped, no ↵ | Christian Fowler | 2 | -5/+45 | |
| supporting code. SchemaChangelog has been updated | |||||
| 2007-06-22 | Add phpdoc comment blocks | Lester Caine | 2 | -2/+18 | |
| 2007-06-22 | Add phpdoc comment blocks | Lester Caine | 5 | -6/+45 | |
| 2007-06-21 | SCHEMA CHANGE: change some stuff in as yet unused table liberty_meta_data | Max Kremmel | 2 | -2/+6 | |
| 2007-06-21 | provide an easy means (admin_comments_url) for packages to indicate where in ↵ | Max Kremmel | 1 | -1/+16 | |
| the admin interface you can modify comment settings | |||||
| 2007-06-21 | change order of delete sequence that packages such as treasury can freely ↵ | Max Kremmel | 1 | -32/+42 | |
| deal with attachment expunge data without constraints, leave data in tables for as long as possible that things like 'load' can still work. | |||||
| 2007-06-21 | make sure $ret is an array and arrays are camelCapsed | Max Kremmel | 1 | -7/+7 | |
| 2007-06-20 | Add new expungingAttachment call to LibertyAttachable to notify content that ↵ | Nick Palmer | 5 | -9/+58 | |
| an attachment it is connected to is dying. Restore delete to edit_storage_list gated by a new permission. Ensure that fisheye and treasury delete when their attachments delete. | |||||
| 2007-06-20 | make it possible to call loadPreferences statically | Max Kremmel | 1 | -4/+12 | |
| 2007-06-20 | change int to float on the item_postion column | Max Kremmel | 2 | -2/+2 | |
| 2007-06-19 | Doh! Don't know how these got missed with the displayPreview fixes from ↵ | Nick Palmer | 2 | -6/+6 | |
| yesterday. | |||||
| 2007-06-19 | include liberty_content_connection_map in upgrader | Max Kremmel | 1 | -0/+8 | |
| 2007-06-19 | SCHEMA CHANGE: add liberty_content_connection_map as descussed on the core ↵ | Max Kremmel | 1 | -1/+10 | |
| mailing list | |||||
| 2007-06-19 | Remove primary_attachment setting. This belongs in INDIVIDUAL content types ↵ | Nick Palmer | 1 | -7/+0 | |
| that are using it for something special, NOT in the generic system. | |||||
| 2007-06-19 | Fixup HMLTPurifier and restore it to functioning health. | Nick Palmer | 1 | -13/+19 | |
| 2007-06-18 | General cleanup of LibertyAttachable. Make LA::expunge() take a parameter to ↵ | Nick Palmer | 2 | -85/+29 | |
| actually expunge. Default is now to detach. Make fisheye delete on expunge. Make treasury use expungeAttachment() to do the work so we can hook that to notify other content. | |||||
| 2007-06-18 | remove large cunks of commented code | Max Kremmel | 1 | -88/+1 | |
| 2007-06-17 | fix regex that causes seg fault with some data input | Jams H Thompson | 1 | -2/+2 | |
| 2007-06-17 | update getAllGroups() to not return stuff in ['data'] hashkey. this is still ↵ | Max Kremmel | 1 | -3/+2 | |
| from tikiwiki days and is tedious to deal with. | |||||
| 2007-06-17 | add link to online help | Max Kremmel | 1 | -1/+9 | |
| 2007-06-17 | getGroupPermissions() now takes a parameter hash instead of the individual ↵ | Max Kremmel | 1 | -2/+2 | |
| inputs. | |||||
| 2007-06-17 | Move liberty_linked_attachments to LINKED_ATTACHMENTS in config_inc.php | Lester Caine | 3 | -8/+5 | |
| 2007-06-17 | Add 'liberty_linked_attachments' selection | Lester Caine | 2 | -4/+9 | |
| This will force content_id, attachment_id and file_id to use a single generator The setting of this MUST not be changed once a database is in use! | |||||
| 2007-06-17 | Add 'liberty_linked_attachments' config item for reference | Lester Caine | 1 | -2/+3 | |
| This will force content_id, attachment_id and file_id to use a single generator It is included here as it is a setting that MUST not be changed once a database is in use! | |||||
| 2007-06-16 | disable attachment deletion until we have found a way to delete the spawning ↵ | Max Kremmel | 1 | -2/+2 | |
| content if there is one | |||||
| 2007-06-16 | place file details in next line | Max Kremmel | 1 | -2/+2 | |
| 2007-06-16 | fix size selection | Max Kremmel | 1 | -5/+5 | |
| 2007-06-16 | Roll back picking up content_id - it can't actaully pick the correct one ↵ | Lester Caine | 1 | -3/+2 | |
| with the current relationships. | |||||
| 2007-06-16 | Obtain content_id if attachment is real content | Lester Caine | 1 | -2/+3 | |
| 2007-06-16 | finally fix the friggin image replacement bug | Max Kremmel | 2 | -7/+11 | |
| 2007-06-16 | Only need Primary Attachment edit for generic Attachment Manger | Lester Caine | 1 | -1/+2 | |
| Would be useful to add option to remove primary id without detaching And the attachment list should perhaps highlight the primary attachment better | |||||
| 2007-06-16 | Allow bitfile to be called in the installer | Lester Caine | 1 | -2/+2 | |
| 2007-06-16 | Add generic Primary Attachment to Attachments tab | Lester Caine | 1 | -0/+8 | |
| 2007-06-16 | Force default storage_guid to bitfile | Lester Caine | 1 | -13/+4 | |
| 2007-06-16 | Ensure bitfile is loaded even if it's direct use is disabled. This allows it ↵ | Lester Caine | 1 | -1/+3 | |
| to be used in the background of other packages. | |||||
| 2007-06-16 | Disable direct upload functions if the plugin is disabled but still allow ↵ | Lester Caine | 1 | -3/+5 | |
| plugin to be used for user images, fisheye and other upload functions | |||||
| 2007-06-16 | Remove fisheye storage format - replaced ny modification of bitfile | Lester Caine | 1 | -115/+0 | |
| 2007-06-16 | replace treasury storage plugin with a data plugin. ↵ | Max Kremmel | 2 | -82/+163 | |
| treasury/admin/database_update.php has been updated to deal with database changes required fo this to work smoothly | |||||
| 2007-06-16 | don't throw error when attachment_id give is set to 0. this can happen when ↵ | Max Kremmel | 1 | -2/+2 | |
| you save a wiki page and it will mess with page save. | |||||
