summaryrefslogtreecommitdiff
path: root/admin
AgeCommit message (Collapse)AuthorFilesLines
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine1-5/+3
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2025-08-27Code updated to PHP8.4 and namespaceV5-php84lsces2-67/+65
2012-04-18major cleanup and get install working on postgres for all packagesChristian Fowler1-1/+1
2011-07-19CONSTRAINTs-typospiderr1-1/+1
2010-06-09Strip down CVS keywords.cvs2git2-1/+1
2010-06-03These have nothing to do with tags .... separate itags package created ↵CVS_HEADLester Caine1-39/+0
cloned from geo
2010-05-31move liberty_attachment_tags to tags package and rename to tags_image_areasChristian Fowler1-0/+39
2010-04-17SCHEMA CHANGE - liberty_content_types - change content_description to ↵wjames51-1/+5
content_name, add column content_name_plural - update all class files and hashes where appropriate
2010-04-17step three of contenttype name plural - replace all instances where name is ↵pre_ctype_desc_name_schmeachangewjames51-3/+3
accessed though type hash with get name method call, still no schema change required
2009-10-01remove ref to non-existant copyright.txt fileR270wjames51-2/+2
2009-10-01fix LGPL license ref from non-existant license.txt file to lgpl urlwjames51-2/+2
2008-10-20BIG CHANGE: migrate p_*_edit permissions to p_*_update permission naming ↵Christian Fowler1-2/+1
convention, hasEditPermission is now hasUpdatePermission, many explicit perm checks have been cleaned up to hasUpdatePermission
2008-10-18admin sets content types which can be tagged; add/delete tags via input ↵laetzer1-8/+30
field; removed 'drop tags' outside of edit view, removed listing of linked tags near input field
2007-12-03add some defaults to content listing so fresh installs actually look like ↵Christian Fowler1-7/+4
they are working
2007-11-24added ability to choose which columns appear in the list of tagged contentlaetzer1-2/+42
2007-11-18fix foreign keyChristian Fowler1-4/+4
2007-03-22Added ability to drop tags from content for owners and admin. Added some ↵Nick Palmer1-1/+12
code to support preventing tags on comments because I did it before I realized we can't tag comments yet. Added a package icon. Added transactions around expunges.
2007-03-22Added sanitation of tags with various options. Fixed bugs. Added ability to ↵Nick Palmer2-2/+80
view tags in any of the service templates. Gussied up permissions some. Edit now means you can edit your own tags and admin is required for edit page.
2007-03-20add perms and editing interface so you can fix or kill bad tagswjames51-1/+10
2007-03-15add menu partswjames51-0/+3
2007-03-14init importwjames51-0/+36