Bharat Mediratta
5cf38ed816
Stop using Pagination() and instead use $theme->pager() in views.
...
Move the pager() function up to Gallery_View and replace
themes/admin_wind/views/pager.html.php (Pagination based) with a
modified version from the wind theme in
themes/admin_wind/views/paginator.html.php. Fixes #1718 .
2011-04-26 09:48:21 -07:00
Bharat Mediratta
423daa52d5
Update copyright to 2011.
2011-01-21 23:01:06 -08:00
Bharat Mediratta
b42fcb9cda
Use db::expr instead of "new Database_Expression". Resolves #1560 .
2010-12-28 23:10:05 -08:00
Bharat Mediratta
8ee25157ec
Fix a bug in the way that we calculate expiration dates for old
...
comments by using Database_Expression. Fixes ticket #1386 .
2010-09-18 14:29:52 -07:00
Bharat Mediratta
b6a5014047
Fix a pagination bug. Fixes ticket #1280 .
2010-08-09 00:29:28 -07:00
Bharat Mediratta
e5a1da71ed
Convert tabs to spaces to fix File_Structure_Test.
2010-08-08 15:05:55 -07:00
Tim Almdal
48c2e73048
More patches as part of #1225 . Change the 'core' modules to use the json::reply
...
method to set the content type header and encode the response as a json object
2010-07-23 23:05:39 -07:00
Bharat Mediratta
ab204d2720
Rename the admin_comments view to admin_manage_comments to match the controller.
2010-05-16 23:01:57 -07:00
Bharat Mediratta
2157285d9b
Rename admin/comments to admin/manage_comments to make room for
...
admin/comments to be a settings page.
2010-05-16 22:53:19 -07:00