0
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 21 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
readme for github More... about 16 years ago
readme mod More... about 16 years ago
adding needed plugins More... about 16 years ago
Commiting changes done during the Fragment UI rewrite, not finished yet More... over 16 years ago
bits and pieces from sudaras tiger install More... over 16 years ago
* mods to rake tasks More... over 16 years ago
* Added rails edge as externals More... over 16 years ago
removing local edge rails More... over 16 years ago
Explorations with rake, and the start of a basic library for installing and adding new sites More... over 16 years ago
The Rails 2.0 Commit! * Replaced all depreciated calls * Replace render_without_layout to render :layout => false * Replace start_form_tag with form_tag * Lots of little incompatibilities * DRY up the :rendersimple convention to a application-wide before filter render_simple? * Uh oh, didn't see the render_component calls! Time for some serious cleanup. * Refactored articles/fragments code - still more to go More... over 16 years ago
whups, lets go ahead and take out the rte More... over 16 years ago
a few minor changes before move to rails 2 More... over 16 years ago
testing post commit hook More... over 16 years ago
* Some small UX (usability, user experience) changes, such as: user is redirected to create an account when first starting lepilo and going to frontend More... over 16 years ago
whups, that last commit wont work in production mode - still keeping navigation_system as a application_controller include. Fixed in a hacky way for now More... over 16 years ago
moved navigation out of layout and into shared/navigation partial. Navgiation is now built with NavigationSystem, allowing for easy adding of new menu items by plugins More... over 16 years ago
topic ading with custom titles, behavioural javascript to make things nice and perty More... over 16 years ago
removing extra files More... over 16 years ago
removing logs and config files from subversion More... over 16 years ago
Beautified the Topic View More... over 16 years ago
added 2 migrations More... over 16 years ago
sudara is a doof More... over 16 years ago
Changes to the relations between Topic and Article. On our way to stable, baby. More... over 16 years ago
Checking in new (temporary?) navigation list CSS/images More... over 16 years ago
modified readme More... over 16 years ago
removing extra stuff laying around More... over 16 years ago
Updated the Accordion script.aculo.us .js to version 2 More... over 16 years ago
Alrighty! More... over 16 years ago
Alrighty! More... over 16 years ago
Some big changes: * Authentication updated from old login_system to shiny new restful_authentication * a LOT more helpers are available for checking status of user. See the lib directory for gems like "current_user", "logged_in", "admin?" * Controller actions and views for listing and editing users * User Model only contains user info now * Session Model handles the logging in/out * Added the will_paginate plugin for pagination that is sexy and rails 2.0 compatible * On rake db:migrate, all users will HAVE THEIR PASSWORDS RESET to '123456' * On rake db:migrate, all users will be admin * Don't worry, it's not fancy user management, it's just more secure and flexible ;) * There is now the 'remember me' functionality if we want it for users (cookie helped sessions) * We need to set some standards for lists! I keep copy and pasting views! * We need to get into 'nested layouts' - I keep copy and pasting views! * Started on lib/navigation_system.rb * Starting on moving to restful routes - benefit are less code, nice helpers like users_path or new_user_path, and a standard for delivering html and xml More... over 16 years ago