summaryrefslogtreecommitdiff
path: root/public/stylesheets
AgeCommit message (Collapse)Author
2026-06-27Stage 6 click-testing fixes and production setuperdgeist
- file_attachment.rb: delete old upload directory before writing replacement files; fixes orphaned variants when filename or mime type changes - assets/edit.html.erb: add file upload field and current file display; the form was previously empty and non-functional - admin.css: fix button_to hover styling; buttons now show orange hover to signal interactivity - test/controllers/users_controller_test.rb: assert input[type=submit] not anchor tag for destroy action (button_to change) - test/test_helper.rb: add I18n.locale reset in setup block - doc/rc.d_cccms: fix cccms_chdir, add start_precmd for log/pid dirs, PATH export for bash wrapper, user/pid/tcp_nopush unicorn fixes - doc/INSTALL.md: new installation guide covering all non-obvious steps - Remove parked search migration from doc/ (now in db/migrate/)
2026-06-26Stage 5 click-testing fixeserdgeist
- Fix link_to :method → button_to for all PUT/DELETE actions - Add button_to CSS reset to admin.css for visual consistency - Fix admin layout: replace broken jquery/jquery_ujs pipeline refs with admin_bundle via sprockets; add sprockets-rails, jquery-ui-rails gems - Add app/assets/javascripts/admin_bundle.js pipeline manifest - Fix event_information helper: use safe_join to avoid double-escaping - Fix nodes_helper: to_s(:db) → to_fs(:db) for event times - Fix revisions view: eliminate nested forms; diff button uses vanilla JS to collect radio button values before POST - Fix config/environments/development.rb and test.rb: cache_classes → enable_reloading - Add routing_filter_rails71_patch.rb version guard - Move LockedByAnotherUser to own file for Zeitwerk autoloading - Fix Globalize fallbacks via config.i18n.fallbacks in application.rb
2026-06-24Stage 1 complete: Rails 2.3.5 to Rails 3.2.22.5 upgradeerdgeist
- Converted plugins to gems (Gemfile) - Updated config structure (application.rb, boot.rb, environment.rb) - Converted routes to Rails 3 DSL - Converted named_scope to scope throughout models - Converted find(:all, :conditions) to where() chains - Fixed has_many :order to use ordering scope - Updated session store and secret token configuration - Fixed exception_notification middleware configuration - Patched Ruby 2.4 / Rails 3.2 incompatibilities: - Integer/Float duration arithmetic (ActiveSupport) - Arel visit_Integer for PostgreSQL adapter - create_database String/Integer coercion - ActionController consider_all_requests_local - Migrated taggings schema for acts-as-taggable-on - Replaced dynamic_form gem with custom form_error_messages helper - Fixed Rails 3 block helper syntax (form_for, form_tag, fields_for) - Fixed admin layout yield - Updated test suite for Rails 3 APIs
2026-06-23Update deployed state to what's currently runningerdgeist
2025-02-06Improve worklflowerdgeist
2025-02-05Enhance admin view by sitemaperdgeist
2025-01-28Big overhaul patch and style changesCharlie Root
2012-03-25remove lowercasing of menu itemshukl
2012-02-18small style improvements. more button addedhukl
2012-02-18show number of gallery images if more than onehukl
2012-02-18move headline line above headlinehukl
2012-02-18added events iconhukl
2012-02-18minor css tweakshukl
2009-11-13headline changesevelyn
2009-11-11back to a little darker gray for navigationhukl
2009-11-10re-enabled regular link hover colorhukl
2009-11-10Merge branch 'master' of github.com:hukl/cccmshukl
2009-11-10link fixeshukl
2009-11-08link colorevelyn
calendar margin-top
2009-11-08background color whiteevelyn
menu color, size, uppercase
2009-11-08body background default colorhukl
2009-11-07Using password field for user passwords. Closes #43 hukl
2009-10-31beta badge and link to old ccc.de pagehukl
2009-10-20some more user view cleanuphukl
2009-10-20cleaned up the user views a bithukl
2009-10-19new header and different menuhukl
2009-10-19minor html and css fixeshukl
2009-10-19first set of css updateshukl
2009-10-18re-activated admin overview screen - listing 20 recent changes and 20 current drafts. more to comehukl
2009-10-17changed some node related methods and implementation of unlockhukl
2009-10-08enabled shadowbox for headline images on public pages. if js is disabled the regular html version is renderedhukl
2009-10-07implemented complete restful user management interface including functional tests. this enables basic user operation. note that only admins are allowed to ↵hukl
create, edit, destroy other users
2009-09-17added shadowbody, first js gallery initializer and template modificationshukl
2009-09-13drag handles for menu item interfacehukl
Closes #12 #20
2009-09-12padding at the bottomhukl
2009-09-11fixed the widget idshukl
2009-09-10small css fixhukl
2009-09-09added editing of slugs and moving of nodes. to edit a slug or move a node you edit that node, make your changes and save. the slug and parent node changes ↵hukl
get staged and are applied once that revision is published
2009-09-08new interface for adding nodes. still needs a bit radio button magickhukl
2009-09-06Merge branch 'public_search'hukl
2009-09-06search field now at the right position with image button and image textfieldhukl
2009-09-06another layout refinementhukl
2009-09-06minor stylesheet changeshukl
2009-09-05css finetuninghukl
2009-09-05added tag resource, widget and auxillary fileshukl
2009-09-05fixing menu padding and font-sizehukl
2009-09-03flash error styling and more padding (top/bottom) for highlighted textshukl
2009-09-03visual clean up: it all starts with the login screen. this will be so minimal!hukl
2009-09-02corresponding css and js changeshukl
2009-09-02further interface improvementshukl