|
|
|
@32
|
[32]
|
06/25/2007 02:35:19 PM |
matthew |
Added support for filtering by membership in a … |
|
|
|
@31
|
[31]
|
06/03/2007 07:57:38 PM |
matthew |
Array#to_label returns a comma-separated list of its members' labels. |
|
|
|
@30
|
[30]
|
06/03/2007 07:46:13 PM |
matthew |
-- |
|
|
|
@29
|
[29]
|
12/13/2006 12:12:59 AM |
matthew |
Improved saving of child tables -- the processor is now run, … |
|
|
|
@28
|
[28]
|
12/03/2006 06:18:53 PM |
matthew |
Added locking_column and inheritance_column to the list of magic … |
|
|
|
@27
|
[27]
|
12/03/2006 06:10:08 PM |
matthew |
Roll back [25] for now, because Rails 1.1.x doesn't support
{ :method => … |
|
|
|
@26
|
[26]
|
11/19/2006 07:26:22 PM |
matthew |
Fieldsets don't have a label property, making it difficult to call. :) |
|
|
|
@25
|
[25]
|
11/19/2006 04:51:17 AM |
matthew |
Use :method => :post instead of :post => true, as per deprecation. |
|
|
|
@24
|
[24]
|
11/19/2006 04:50:52 AM |
matthew |
Fixed some problems with nil field_name (calculated_text). |
|
|
|
@23
|
[23]
|
11/04/2006 11:09:53 PM |
matthew |
A bunch of things I should've committed separately as I did them... :)
* … |
|
|
|
@22
|
[22]
|
11/02/2006 06:41:24 PM |
matthew |
Add a text_field_with_auto_complete helper, as a quick hack; … |
|
|
|
@21
|
[21]
|
11/02/2006 05:54:57 PM |
matthew |
Fix history logging of delete actions (Gufo Pelato) |
|
|
|
@20
|
[20]
|
10/10/2006 09:02:58 AM |
matthew |
Fixed filter_options_for |
|
|
|
@19
|
[19]
|
09/28/2006 08:24:55 PM |
matthew |
There was actually a reason I made that change the first time. :P |
|
|
|
@18
|
[18]
|
09/28/2006 08:04:01 PM |
matthew |
Let's try that again... fix problems when the django theme is given … |
|
|
|
@17
|
[17]
|
09/28/2006 08:40:07 AM |
matthew |
Fixed some stupidity around calculated_text and friends. |
|
|
|
@16
|
[16]
|
09/28/2006 08:39:45 AM |
matthew |
A couple of changes to tests for Rails Edge... still getting some
routing … |
|
|
|
@15
|
[15]
|
08/30/2006 10:49:09 PM |
matthew |
Fifteen minute hack of the day: nullable text fields. No idea if/how
this … |
|
|
|
@14
|
[14]
|
08/30/2006 01:12:13 AM |
matthew |
Display a more useful error message if the site info hasn't … |
|
|
|
@13
|
[13]
|
08/29/2006 08:57:59 AM |
matthew |
Allow configuration of the controller's super class; fixes #7 (Tim Lucas) |
|
|
|
@12
|
[12]
|
08/29/2006 08:57:38 AM |
matthew |
Exclude Rails magic fields on default edit forms; fixes #6 (Tim Lucas) |
|
|
|
@11
|
[11]
|
08/29/2006 08:57:16 AM |
matthew |
Reduce direct mentions of session[:user] in the controller (references … |
|
|
|
@10
|
[10]
|
08/29/2006 08:56:54 AM |
matthew |
API CHANGE: Split static_* methods into static_*(:symbol) … |
|
|
|
@9
|
[9]
|
08/29/2006 08:56:22 AM |
matthew |
Explicitly require 'auto_admin' in init.rb - fixes #4 (Tim Lucas) |
|
|
|
@8
|
[8]
|
08/29/2006 08:55:42 AM |
matthew |
Correct the search icon URL; fixes #2 (Tim Lucas) |
|
|
|
@7
|
[7]
|
08/29/2006 08:55:19 AM |
matthew |
Explicitly use IDs when building URLs; fixes #1 (Tim Lucas) |
|
|
|
@6
|
[6]
|
08/18/2006 11:01:58 PM |
matthew |
Added note that Django's license applies to the Django theme assets. |
|
|
|
@5
|
[5]
|
07/19/2006 04:17:57 AM |
matthew |
Tidied up a couple of things, and added a temporary fallback to an … |
|
|
|
@4
|
[4]
|
07/17/2006 04:23:47 AM |
matthew |
Allow an environment variable (ADMIN_THEME) to override the default
theme … |
|
|
|
@3
|
[3]
|
07/17/2006 03:42:25 AM |
matthew |
Added support for "controller includes" in plugins, which are modules … |
|
|
|
@2
|
[2]
|
07/17/2006 03:42:02 AM |
matthew |
* Fixed interactive saving on an edit screen with a (read-only) child
… |
|
|
|
@1
|
[1]
|
07/15/2006 04:51:43 AM |
matthew |
Initial import, from 0.0 release tarballs. |