- display the parameters of the initial (on load) search
- fix the local storage code, last used Source is now stored and used for the initial search
- fix searching for arbitrary revisions (blank revisions field]
- increase the maximum results for comparison to 8 (requested by Hermès)
- minor UI improvements
- dedicated to Christoph
svn path=/trunk/; revision=861
- convert the Source text box into an "editable select box" and store its value if local storage is available
- allow the user to search for any part of the Source string
ONLINE-354
svn path=/trunk/; revision=857
Looks like we can't fulfill our own rules here due to the way we're integrated into Drupal.
So use an absolute path for ROOT_PATH and explicitly mark this as a HACK..
svn path=/trunk/; revision=847
Fix our path constants. 3 rules are important here:
* We only use relative pathes
* All constants contain pathes relative to the current directory
* All path constants end with a trailing slash
svn path=/trunk/; revision=846
Time to get the database schema file back on track, also including Kamil's changes of r832.
Always update this file as well when modifying the database schema! SHOW CREATE TABLE is your friend :)
svn path=/trunk/; revision=844
- Sync zen_reactos with webserver contents (there are some changes which went in without being committed), part 2: delete files which accidentally left from previous commit.
svn path=/trunk/; revision=835
- Bring in updates reactos-style.css from playground (its formatting is totally f.cked up, so please REDO IT WITHOUT TABS->SPACES at least!).
- Add top-level Kickstarter banner.
svn path=/trunk/; revision=834
- Start logging and displaying total time and total testing time.
- Take todo tests into account. Mark successful test with non zero todo count.
- Improve the Detail page a bit, show todo count, testing time.
svn path=/trunk/; revision=832
- zehnvor: Fix the texts "create new account" and "create new password" o the frontpage whichw were somehow warped.
- zehnvor: Fix ONLINE-378 issue (comments in blog section are ugly).
svn path=/trunk/; revision=826
By zehnvor:
- Fix the view of lists (e.g. here: http://www.reactos.org/node/663 - the dots are too far left), reactos-style.css
- Remov some senseless definitions (to improve load performance a bit, but more to make it better readable).
svn path=/trunk/; revision=822
IE10 appears to follow the standards, so skip the "hack" with IE >= 10.
This fixes compare display with IE10.
Patch by Christoph von Wittich
svn path=/trunk/; revision=820
Make compare page pass XHTML 1.0 Transitional validator.
This doesn't fix IE10 display though.
Patch by Christoph von Wittich
svn path=/trunk/; revision=819
- zehnvor: Changed the order of the definitions in the css file and found some double code that I removed. I detected a problem: lists (<ul> and <ol>) were displayed with wrong line height. So this had to be adjusted manually, but now, this should be fixed.
svn path=/branches/WebsiteRevamp/; revision=815
zehnvor:
- Add some space between the blue box and the "legend" box.
- Fix some little typos in german translation.
svn path=/branches/WebsiteRevamp/; revision=813