d4dfdee51766940878e289b8590594a598f5b0e1 |
|
04-Mar-2015 |
Eileen Bolloff <ebolloff@fb3.uni-bremen.de> |
Fix the in_repository method
When you searched for an ontology, the repository id was always set
so this method was always true. |
ce4376cf83941a8eed6a14acc1d446eec52b2e83 |
|
28-Feb-2015 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
Remove default scope again
Repositories marked as deleted shall still be browseable by the owner.
If there is a default scope, many controllers and other parts of ontohub
fail finding such a repo. |
245dfcfa9c4ef88578b8ae0a19e0fa5462eb61c9 |
|
28-Feb-2015 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
Allow owners to see their deleted repositories. |
f25585170335aa8c73dc2775edb44979bbfb9116 |
|
28-Feb-2015 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
Revert "Use active scope for retrieving repositories."
This reverts commit d053813dcf22b74cded34daf5734e54388e9bee6.
Conflicts:
app/controllers/home_controller.rb
app/controllers/ontology_search_controller.rb
app/helpers/application_helper.rb
app/models/repository/destroying.rb |
dad842275aad4cb32eff8eedf1687248fed47dfd |
|
28-Feb-2015 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
fix code style according to hound comments |
c28fc8aa2cdf7f9c9ae76899354350473d155981 |
|
28-Feb-2015 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
Use active scope for retrieving repositories.
I could have introduced a default scope, but this
would result in broken migrations: Some migrations
change existing repositories. They would fail at
selecting repositories because there is no column
'destroying'.
Also default scopes cannot be overridden. |
00c175adc24043fbcd4cd5e3769c9d13e31ff831 |
|
28-Jan-2015 |
Model Renamer <bot-rename@ontohub.org> |
Obey hound. |
67ea9fccbdc154cf2418f16ab8883ccfcbc77b51 |
|
05-Jan-2015 |
Model Renamer <bot-rename@ontohub.org> |
Run rename refactor script. |
21a43a3e2d37bc6f59429df98bb46a2203041adf |
|
24-Sep-2014 |
Sascha Graef <sgraef@informatik.uni-bremen.de> |
using helper method to determing state label |
ee5342a8882c2fc7631fcffb5497e6597747887c |
|
10-May-2014 |
Tim Reddehase <robustus@rightsrestricted.com> |
fix whitespace issues
Includes fixes for the following whitespace-related issues:
- Trailing whitespace at end of line
- Tabs in file
- No newline at end of file
This commit fixes these issues for .rb, .coffee, and .sass
files. |
08a490bd597c5ab72fe9938a42961bfa918c468b |
|
01-Mar-2014 |
henning mueller <henning@orgizm.net> |
Some improvements to categories:
* Selected categories are checked in ontologies#edit.
* Show users ontologies on the right in categories#show.
* Refactoring. |
c196d8c65ee481e9f02c114c5f419b757dfd22fe |
|
27-Feb-2014 |
Eugen Kuksa <eugenk@informatik.uni-bremen.de> |
add helper to print a name |
08464a6b0d787688a7a3d60e22c7dc9a62e30b71 |
|
07-Feb-2014 |
Julian Kornberger <juliank@tzi.de> |
Return statements removed and some simplifications done. |
3b37ae6477866df9dcae38283cd9d329a7a84c93 |
|
24-Jan-2014 |
Julian Kornberger <juliank@tzi.de> |
Save the deployed revision into file. |
2c15366013744d904261a2f76e5eebf937dbf4ce |
|
19-Jan-2014 |
Julian Kornberger <juliank@tzi.de> |
display_commit more robust
Don't raise an exception if the revision can not be determined. |
4b63185ea8925f8ed7817688692549be46bb27c3 |
|
20-Dec-2013 |
henning mueller <henning@orgizm.net> |
Show context pane for categories controller. |
6edc699cd74dad291e58015581fc204d4d044180 |
|
06-Nov-2013 |
henning mueller <henning@orgizm.net> |
Do not show context pane for links controller inside repository. |
45608c7b215bb1d840dc4bfeece98b1c02931a88 |
|
04-Nov-2013 |
Daniel Couto Vale <danielvale@uni-bremen.de> |
Fix the presence of user content |
b6c00069dbd9e38da43befe7c5932564d986488a |
|
02-Nov-2013 |
Tim Reddehase <robustus@rightsrestricted.com> |
use subprocess instead of system-call
Instead of using a system-call to fetch
the current HEAD commit id, use a subprocess. |
7b8fe34340b2727bb31fe0be67fdf684e47c3609 |
|
02-Nov-2013 |
Tim Reddehase <robustus@rightsrestricted.com> |
Display HEAD-commit-id in footer for development. |
47663504578b8a25df68de69c7ca6c3f41816275 |
|
26-Oct-2013 |
henning mueller <henning@orgizm.net> |
Heavy refactoring of the redesign code. |