aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/refinery/blog/admin
Commit message (Collapse)AuthorAgeFilesLines
* Removed coupling to refinerycms-wymeditor.Philip Arndt2015-05-202-2/+2
|
* remove JS from tests for reliability and dramatic speed increase.Philip Arndt2015-05-201-3/+3
|
* Suppress search form output when there's nothing.Philip Arndt2015-05-181-3/+1
|
* Adds a button to delete the displayed translation of a blog postJérémy FRERE2015-05-141-1/+8
|
* fixes issue #436duccioarmenise2015-05-141-1/+1
|
* Switched flags to the new SVG locale iconsPhilip Arndt2014-12-041-3/+7
|
* Upgrade translation picker API.Philip Arndt2014-12-041-6/+8
|
* Supported Rails 4 and Refinery 3.0.0.devPhilip Arndt2013-09-161-1/+1
|
* Use refinerycms-acts-as-indexed for search functionality.Uģis Ozols2013-08-074-52/+31
| | | | | Also simplify index views for posts, categories and comments by removing redundant code.
* Remove view which is not used.Uģis Ozols2013-07-011-0/+0
| | | | | Was added in 46877fbc5335fc60b96b218cbfd787387bf7d94e probably by mistake.
* Committing user_class to masterJonathan Seitel2013-01-311-1/+1
|
* Fix lookup path for body and teaser translations.Uģis Ozols2012-11-231-2/+2
|
* Use Globalize.locale instead of ThreadPhilip Arndt2012-11-232-2/+2
| | | | We really shouldn't know how this works.
* Fix problems with edit dialog and translationsMarek Labos2012-11-231-1/+1
| | | | Fixes #284
* use global locale_picker partialMarek Labos2012-11-233-16/+5
|
* Remove Refinery.i18n_enabled? checks because refinerycms-i18n is now a hard ↵Uģis Ozols2012-11-152-2/+2
| | | | dependency for refinerycms-core.
* using form advanced opt. menu snippet from refinery coreMarek Labos2012-08-251-14/+2
|
* Fix deprecation warnings by changing update_attribute to update_column.Uģis Ozols2012-07-311-0/+0
|
* Merge pull request #251 from resolve/split_approved_rejected_actionsPhilip Arndt2012-07-062-6/+10
|\ | | | | Split rejected and approved comment actions into separate controller act...
| * Split rejected and approved comment actions into separate controller actions.Uģis Ozols2012-07-062-6/+10
| |
* | Shorten render call.Uģis Ozols2012-07-061-4/+1
|/
* Use shorter syntax of render where possible.Uģis Ozols2012-06-276-42/+28
|
* Fix deprecation warnings related to :confirm option.Uģis Ozols2012-06-152-2/+6
|
* Added i18n support to models through globalize3.Adrien Coquio2012-06-095-3/+37
| | | | | | | | | | | | | | * Added Post translation * Added Category translation * Use friendly_id globalize with category * Added migrate_data option on migrations for translations * Use Refinery locale instead of I18n * Refactored duplicate locale_picker partial * Removed useless .all call * Use presence instead if / blank? * Added with_globalize scopes when loading posts of one category * Use Globalize when creating post factory * Fix failing specs by creating blog posts/categories using needed locale.
* Use shorter syntax for render :partial => ...Uģis Ozols2012-04-108-12/+12
|
* Fix draft translationNic Haynes2012-03-221-1/+1
|
* Show published date if not draftedNic Haynes2012-03-211-4/+5
|
* Fix markup for draft inputNic Haynes2012-03-211-4/+6
|
* Move draft checkbox for better usabilityNic Haynes2012-03-201-4/+5
|
* Add draft label to admin indexNic Haynes2012-03-201-0/+3
|
* This took code presentation to a new level.Philip Arndt2012-02-291-3/+1
|
* Don't like having a dialogue for thisPhilip Arndt2012-02-291-1/+1
|
* y u need two linesPhilip Arndt2012-02-291-2/+1
|
* Added support for new code in Refinery CMS since resolve/refinerycms#1234Philip Arndt2012-02-019-34/+33
|
* Correct path for form tag. Updated cancel_url to new format.Mark Stuart2012-01-301-2/+2
|
* add source url for postJeff Shumate2012-01-251-0/+16
|
* Fix route helper in categories view.Pete Higgins2012-01-241-1/+1
|
* Fixed namespacing for Refinery conventions.Philip Arndt2012-01-1714-71/+63
|
* Restructured part of the project to Refinery::Blog::Admin not ↵Philip Arndt2012-01-1721-0/+529
Refinery::Admin::Blog