9f71e4e1c9cab7485784b2b0bb7d1402ae1e4d14 |
|
05-Nov-2014 |
hardik101 <hardikbalar101@gmail.com> |
removal of travis error casuing changes |
22297c9ed98da092bf39cc111584a7b072cffdea |
|
04-Nov-2014 |
hardik101 <hardikbalar101@gmail.com> |
all remaining generalizations |
7273197c78ac5d0da6d782d29a1be72583345eeb |
|
13-Aug-2014 |
Tim Reddehase <robustus@rightsrestricted.com> |
use overview as a default status tab. |
07a196c002eaa68d4d71c71e39b7c05cd6f96922 |
|
13-Aug-2014 |
Tim Reddehase <robustus@rightsrestricted.com> |
add basic overview tab to for status view. |
c4e197f083746cabb7ca6e573930dcbb32c64ef6 |
|
13-Aug-2014 |
Tim Reddehase <robustus@rightsrestricted.com> |
add a rudimentary status-error tab. |
e206832a0402e82f2fd05b4d073388acc5ccb395 |
|
13-Aug-2014 |
Tim Reddehase <robustus@rightsrestricted.com> |
change the way status calls the tab-count procs
Instead of defining the count methods on the StatusViewhelper itself,
which then in turn act as delegate-functions, we'll just pass an
argument to the proc in form the actual viewhelper instance. This allows
for prevention of duplication. |
ecc1c5f9e6d6c3ec89fe2298ba933a82bca5bfa0 |
|
13-Aug-2014 |
Tim Reddehase <robustus@rightsrestricted.com> |
remove unnecessary loading of module in viewhelper
Remove the unnecessary loading of a module that is already provided by a
view. Instead we'll load the view as attribute into the Viewhelper and
call the specific method on that object. |
2883814db03fc155dce10fa355421c6a60bba4fd |
|
13-Aug-2014 |
Tim Reddehase <robustus@rightsrestricted.com> |
add viewhelpers for help with status pages
The general status viewhelper is intended to handle tabbing for the
status page and to initialize the corresponding Viewhelper based on the
current tab. It also provides render functionality for the partial which
belongs to the current tab. |