- EOF after looking for a new test
- The completion line "Test XXX completed in #.## seconds"
- SYSREG_CHECKPOINT:THIRDBOOT_COMPLETE
svn path=/trunk/; revision=1002
- Use GitInfo to get latest revisions, revision ranges, and translate between long and short hashes.
Old results of SVN builds continue to be accessible.
- Support the new WINDOWS_NT_BANNER style in buildbot_aggregator.php.
- Use HTML5 Local Storage for storing all settings throughout the code instead of a mix of cookies and local storage.
- Get rid of the PHP-preprocessed index.js.php and make it a simple index.js again.
- Drop the Test interface. This was an idea to support styles other than WineTests, but it has been superseded by all tests outputting their information in the Wine format.
- Rename WineTest_ResultReader to WineTest_Reader and WineTest to WineTest_Writer.
- Disable the status_check.php script while it is unmaintained.
- Drop support for IE < 8.
svn path=/trunk/; revision=998
- An ErrorMessageException shall now be thrown when you want to display an error message to the user.
Every exception handler shall output its message unmodified.
- A RuntimeException shall be thrown for every other error.
Every exception handler shall output its message with additional file and line information.
svn path=/trunk/; revision=996
- Make use of the new GitInfo library.
- Report the directory in ajax-getfiles-provider.php instead of guessing it from the filename.
- Split up translations into PHP and JS translations.
I didn't update anything other than English given that our website still doesn't do localization.
- Get rid of one of my "WTF ideas", namely PHP-preprocessed JavaScript files.
getbuilds.js.php is now getbuilds.js again, which should increase readability and reduce load times.
- Many code simplifications and consistence with Testman.
svn path=/trunk/; revision=989
Instead of providing just the known getLatestRevision from RosWeb, this adds getLatestRevisions, getLongHash, getNextRevision, getPreviousRevision, getRevisionInformation, getRevisionRange, and getShortHash.
They allow us to implement convenient features like the Previous/Next button in GetBuilds even though Git doesn't come with linear revision numbers.
It also gives us an easy translation between long and short hashes.
On top of that, ajax-gitinfo.php provides an AJAX interface around the GitInfo library.
svn path=/trunk/; revision=988
Enable members of the "Trusted" group to edit protected pages.
We can now protect pages without needing to hand over full sysop rights to all editors.
svn path=/trunk/; revision=985
Disable uploading for normal users through user rights instead of blocking user accounts through Abuse Filter when they attempt to do so without knowing.
Uploading is limited to people of the "Trusted" group. Just drop me a line if you want to become a member.
Unfortunately, we need to disable uploads by default to combat spam.
svn path=/trunk/; revision=984
Fix horizontal scrollbars when comparing test results.
Previous commit didn't fix it for me in Firefox at least.
ONLINE-639
svn path=/trunk/; revision=981
Even though this module has a setting to choose between syncing Drupal -> phpBB or phpBB -> Drupal, it is blatantly ignored in many places.
Change this here as the upstream source looks unmaintained.
Fixes changing the E-Mail address on our website (it was simply synced back from phpBB after a change..)
TODO: Dump this altogether and get back to a nice and simple integration like in r232
Reference: ONLINE-632
svn path=/trunk/; revision=978
Add a bunch of anti-spam measures:
* AbuseFilter (which is already running for a month and doing a good job)
* ReCaptcha
* File Uploads only by users of the new "Trusted" group.
You may add anybody you trust to that group :)
svn path=/trunk/; revision=975
Replace current (and blurry) cmdlogo, explorerlog, paintlogo, rappslogo with Henry Tang counterparts.
Patch by Henry Tang Ih.
svn path=/trunk/; revision=972
Apply several styles to make the modal box fit in most of the resolutions.
Force parallax background to fit better the content.
Several fixes in the top right nav menu
svn path=/trunk/; revision=969
Enable extended charset support for the used Open Sans fonts.
This change can later be added to other components as well, when they are translated.
svn path=/trunk/; revision=964
* Carefully integrate our phpBB Forum into the new website design.
This includes a font change to the "Open Sans" font we use everywhere on the new website.
* Share common components between the Forum and Wiki design integration in a new CSS file rosweb/css/static-header.css.
* Small similar adjustments to the Wiki design.
svn path=/trunk/; revision=959
This is my careful but easily maintainable integration of the Wiki into our new website design.
The basic menu and the font of the main website are recognizable while the rest is the unmodified MediaWiki Vector skin.
Now only the phpBB Forum remains to be integrated.
svn path=/trunk/; revision=958