1
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 17 hours ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Trying to bring up mauth More... over 15 years ago
- Updated for the latest string of changes, merb-cache is broken currently (I haven't looked into it as this part time job is kicking my butt for time, sorry, don't update if you don't want it broken). More... over 15 years ago
- The router does not accept path_prefix, instead it accepts path. That will be corrected by upstream, but for now we'll fix this here. From now on i'll deal with mauth... More... over 15 years ago
- Re-enabling merb_paginate as it works if you have the latest and greatest version. Signed-off-by: damm <[email protected]> More... over 15 years ago
- Updated Feather to work with current merb edge + dm edge. - Known issues, merb_paginate is not included in the model. Still throwing an error, fujin was looking at alternatives as well as will_paginate is supposidly going to be updated so we can use it. Such is the price of running on the bleeding edge I suppose? - Updated the new router and init.rb, should be pretty sexy. - Lastly, you'll want to use the merb-auth installed in gems/gems... either via bin/merb or install it yourself. You will want it, otherwise this WILL to login. - p.s. you'll want to rake dm:sessions:create to update to the new sessions table. More... over 15 years ago
- Fixed it so you can login again :( More... over 15 years ago
More helpers fixes. Upgraded Prototype lib. More... over 15 years ago
More fixes for the new helpers More... over 15 years ago
Workaround for the helpers refactor More... over 15 years ago
- Updated Feather for the wonderful patches / refactoring of merb_helpers. More... over 15 years ago
- RSpec fixups. More... over 15 years ago
Revert "Haml + MA Slice Form." More... almost 16 years ago
Revert "A small inconsitency between the ERb archives partial and the HAML version." More... almost 16 years ago
Fixed the merb-auth index controller to store it's request.uri for later redirection when creating or deleting a user. More... almost 16 years ago
A small inconsitency between the ERb archives partial and the HAML version. More... almost 16 years ago
Unecesary assignment More... almost 16 years ago
Merb-action-arged the MA users controller.. Makin' it perrrty More... almost 16 years ago
Added to the controller def delete, as it was lacking, and you could not delete users with edge. Corrected, you can now delete. More... almost 16 years ago
Haml + MA Slice Form. More... almost 16 years ago
Somehow my render_plugin_views fix was lost in the Ether. More... almost 16 years ago
fixed conflicts More... almost 16 years ago
quick typo fix More... almost 16 years ago
removing rack.rb as we have no custom modifications, and so it's un-necessary More... almost 16 years ago
Merge branch 'master' of git://github.com/dstrelau/feather into dstrelau/master More... almost 16 years ago
Using .config instead of .full_config, as full_config was occasionally returning a hash of strings instead of a hash of symbols, whereas .config seems to not exhibit this behaviour. More... almost 16 years ago
Updated dashboard spec to be compatible with dm0.9 More... almost 16 years ago
Updated articles spec to be compatible with dm0.9 More... almost 16 years ago
Added an autotest rspec initialiser More... almost 16 years ago
Updated User model specs that were broken a few patches back by me (doh) Updated spec.opts to print coloured specdocs when you rake spec More... almost 16 years ago
Fixed the archive searcher to use repository.adapter.query instead of self.find_by_sql as the behaviour has changed. Also fixed the specific_date_function to no longer load up the config/database.yml More... almost 16 years ago