- Bugfixing
- Documentation improvements
- Refactored find
find
method call to accept page resets and exact matches - Bugfixing
- Bugfixing
- Updated
update_attributes
to work with hashes - Bugfixing
- Added parsing support for YAML header
page.meta
- Added html rendering without the YAML
page.html_without_yaml
- Added
has_meta?
method to page
- set directory by calling Page.folder= or Page.set_folder
- all supports directories
- improved specs
- Update wiki reloading
- Date fix in Readme
all
static method now initializes in a GollumRails::Page
- Bugfixes and finally a working project
- Bugfixes
- Bugfixes
- Updated initializer
- Better errors
- no nil exception
- rails3 and 4 support in a single release
- Major code refactoring
- Bugfixes
- Stability improvements
- Removed obsolete abstraction layer
- Decentralized code à la ActiveRecord
- Updated the initializer to support paths now
- Updated error messages
- Rails 3 backwards compability
- Updated Gollum-Lib version to 1.0.9
- Updated Rails stuff to 4.0.1
- Removed Monkey patch for Grit
- Upgraded Gollum lib version
- Fixed specs for new gollum behavior
- Removed String freedom patches
- Display the current pages version (short OR long)
- Display if the page is a sub page
- Display the pages filename
- Improved specs
- Refactored find method to return nil if no page was found (BUG)
- Refactored find_or_initialize_by_name to be useable :)
- Returning nil on history if a page was not saved
- Added finding with version string
- Using activemodel convenient
destroy
and deprecated olddelete
- Added callback for initializer
- Found an issue that the Wiki was not updating from external pushes
- Some helper methods implemented
- Improved code quality
- Should be threadsaver now
- Updated documentation
- Rails4
- removed mutex again
- added gemspec name to Gemfile
- removed odd modules
- updated description
- improved documentation
- removed unused activemodel adapters
- added fancy inspects
- concept to make gollum page adapter threadsave
- new documentation standard
- removed unused GollumRails::Adapters::Gollum::Committer (unused)
- removed .gitkeep from filled directories
- removed old and deprecated require style
- fixed post install messsage
- removed unused require statements
- removed gitlab-grit
- added standalone compability for ruby 2.0
- added patches by styx
- added string corext for ruby2
- added mutex locks for ugly threadsave
- added find_all and all for Page
- removed some unused functions
- added autoloading
- improved documentation
- improved code coverage
- added validators
- removed unused gems
- updated documentation
- removed unused middleware
- improved code coverage
- updated documentation
- removed unused code
- improved installation instructions
- improved performance
- missing generators added
- Fully working create!, create, find, save, update_attributes, find_by_(name|format)
- 100% code coverage
- Adapters for Gollum and ActiveRecord
- create added
- 100% documentation
- modular functions
- installation generator
- module generator
- Singleton classes for dynamic modules
- Page.find is now static useable, as well as delete, update, safe
- quick generator fail fix
- added versioning support
- added page preview
- improved dependency injection
- Refactored modules prefix
- Updated Documentation
- Removed validation
- Added Rails module support