summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
4 daysrc.d: switch to rails8-upgrade gemset, hook up start_precmderdgeist
- command: update gemset path from rails7-upgrade to rails8-upgrade - start_precmd: hook was defined but never assigned, so log/pid directory setup was silently skipped on service start
5 daysStage 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/)
5 daysupdate unicorn and rc.d docserdgeist
6 daysStage 5 fixes: RouteWithParams removal, Globalize fallbacks, search stub, to_s(:db) → to_fs(:db), LockedByAnotherUser autoload, test environment configerdgeist
- Remove safe_path helper and content_path shim from link_helper.rb - Update all safe_path call sites in views to use named route helpers directly - Fix Globalize fallbacks via config.i18n.fallbacks in application.rb, remove i18n initializer - Stub Node.search returning none (search disabled pending PostgreSQL upgrade) - Replace to_s(:db) with to_fs(:db) in node.rb, nodes_helper.rb, link_helper.rb, admin view - Move LockedByAnotherUser to app/models/locked_by_another_user.rb for Zeitwerk autoloading - Fix config/environments/test.rb: config.assets removed, cache_classes → enable_reloading, test_order removed, minitest pinned to ~> 5.25 - Fix config/environments/development.rb: cache_classes → enable_reloading - Park search vector migration in doc/ pending PostgreSQL and plpgsql availability
2009-06-13added js search widget with clickable results that will take the user to the brand new "show" version of the page. so the user doesn't create new revisions ↵hukl
and locks all the time when he / she only wants to take a look at it.
2009-03-18updated updates to parse wellhukl
2009-03-18Refactored Chaos Calendar by wrapping libical and introducing event and occurrence model. More improvements to come. Enables us to create events with ↵hukl
reoccurrence and intervals etc.
2009-02-15* very nice commitmessagesimon
2009-02-15* permission api on user modelsimon
2009-02-15reformat for readmehukl
2009-02-15* added permission concept to README_FOR_APPsimon
2009-02-13changed url in the wrong placehukl
2009-02-13changed url for githubhukl
2009-02-08doc hukl
2009-02-08merged documentationhukl
2009-02-08refined concepthukl
2009-02-07added head id to node model which points to thehukl
head of the nodes pages collection. modified tests, importer etc renamed flags to tags
2009-02-06updated readmehukl
2009-02-04My assumptions about our visitors. Together with some guidance guide lines.erdgeist
2009-02-02Merge branch 'aggregate_xml' into poc1hukl
2009-02-02just a few more lines in the concepthukl
2009-02-02more concept texthukl
2009-02-01updated grafflehukl
2009-02-01Merge branch 'poc1' of ssh://git@svn.medienhaus.udk-berlin.de/usr/local/git/cccms into poc1simon@elektropost.org
2009-02-01* new attributes for Permission and Usersimon@elektropost.org
2009-02-01added updates.tbz to db/ which includes all old /hukl
current updates on www.ccc.de in utf-8. Also added the commands necessary to import those xml into the local db to the README in /doc
2009-01-31* more modelssimon@elektropost.org
2009-01-31added how to checkout the git remote repositoryhukl
2009-01-31added model graffle for the cccmshukl
2009-01-29one more testhukl
2009-01-29added useless line to test everythinghukl
2009-01-29added the content controller which will be responsible for rendering all public pages later on. added a new custom route for the public url schema as well ↵hukl
as a functional test which tests the correct mapping of the custom route
2009-01-29initial import with edge rails included as a submodulehukl