Skip to content

Releases: Schlaefer/Saito

2013-11.05

01 Jun 16:39
Compare
Choose a tag to compare

What's new

  • [new] show latest log entries in admin area
  • [fix] help popup not showing
  • [task] refactors status and language asset requests
  • [task] layout tweaks

Migration notes

Theme is recompiled.

2013-11.04

15 Nov 17:09
Compare
Choose a tag to compare

What's new

  • [new] marks new shoutbox entries on per browser basis
  • [new] #165 Add edit-time onto edit button
  • [new] Stopwatch outputs warm-up times in debug output
  • [new] improves responsive layout
  • [new] mobile customization documentation in docs/config-customizing.md
  • [fix] sets user online if the page is open (temp. workaround for regression)
  • [fix] adds time until Stopwatch startup to Stopwatch::getWallTime
  • [fix] excludes search button from sequential tab focus
  • [task] CSS tweak
  • [fix] mobile: fixes mobile view only using default theme assets
  • [task] refactors edit time from .ctp-template into .js-view

Code refactoring.

Theme

Theme is recompiled.

default.ctp

If you use a custom default.ctp file replace:

<div id="claim"></div>
        </div> <!-- .left -->
        <div class="l-top-menu top-menu">
            <?php echo $this->element('layout/header_login'); ?>
        </div>
    </div> <!-- #top -->

with

        <div id="claim"></div>
    </div> <!-- .left -->
</div> <!-- #top -->
<div class="l-top-menu-wrapper">
  <div class="l-top-menu top-menu">
    <?php echo $this->element('layout/header_login'); ?>
  </div>
</div>

2013-11.02

10 Nov 13:00
Compare
Choose a tag to compare

What's new

  • [new] #166 Invalidate mobile cache manifest on Empty Caches button

2013-11.01

01 Jun 16:40
Compare
Choose a tag to compare

What's new

  • [new] reduces minimum page width to 768px
  • [new] PHP 5.5 support
  • [fix] [mobile] long links overflow content area
  • [task] refactors Bookmark and Solves buttons in posting form
  • [task] #163 - implements Server Side Events for status messages (disabled by default)
  • [task] updates to font-awesome 4, marionette 1.2.2, backbone 1.1

Code formatting and refactoring.

2013-10.03

01 Jun 16:39
Compare
Choose a tag to compare

What's new

  • [new] #9 thread-starter can mark helpful answers
  • [new] Shoutbox notifications if window is in background
  • [new] Shoutbox JSON-API
  • [fix] #162 Special chars in email notifications are html encoded
  • [task] rewritten Shoutbox consuming the API
  • [task] adds several new grunt commands: grunt test, grunt compass:watch, grunt compass:compile
  • [task] adds phpcs, jasmine, jshint tests to grunt test
  • [task] updates CakePHP to 2.4.2
  • [task] code cleanup and refactoring

Notifications use the image [Theme/]webroot/img/apple-touch-icon-precomposed.png as icon.

Regressions

  • no shoutbox in mobile view

DB Changes

Note: Don't forget to add your table prefix if necessary.

ALTER TABLE  `entries` ADD  `solves` INT( 11 ) NOT NULL DEFAULT  '0';     

2013-10.01

09 Oct 15:45
Compare
Choose a tag to compare

What's new

  • [new] mobile view
  • [fix] iframe overflow on viewing entries

2013-09.07

05 Oct 09:56
Compare
Choose a tag to compare

What's new

  • [new] [API] shoutbox_enabled attribute in bootstrap

2013-09.06

01 Jun 16:39
Compare
Choose a tag to compare

What's new

  • [fix] fixes mandatory category select in search form
  • [fix] [API] always logout on login attempt

Code refactoring.

2013-09.05

27 Sep 10:05
Compare
Choose a tag to compare

What's new

  • [fix] fixes invalid html
  • [fix] [hr]/[---] don't need a close tag anymore
  • [fix] media overflow in inline opening

2013-09.04

22 Sep 14:50
Compare
Choose a tag to compare

What's new

  • [fix] fixes some issues in entries/edit and entries/add