Zeruell / ppx-raidplaner

Automatically exported from code.google.com/p/ppx-raidplaner
0 stars 0 forks source link

[Feature] Theme randomizer #68

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What is the expected output? What do you see instead?
I wanted a random theme mode, there was none, so I created one :)

What version of the product are you using? Which browser / php version are
you using?
0.9.8a

Please provide any additional information below.
The implementation is pretty basic. If the selected theme is "Random", it 
fetches all theme files, removes the portal-mode file (no point in selecting 
this one) and then randoms one of the remaining themes.
To remove themes from randomizing you can simply rename them (like 
<theme>.xml.nouse or whatever) or add them to the array_diff parameter.
Of course, if a theme is selected nothing happens.

Original issue reported on code.google.com by Mihawk.90@googlemail.com on 31 Jul 2013 at 3:53

Attachments:

GoogleCodeExporter commented 9 years ago
If there is time it will be integrated in 1.0.0, if not in 1.1.0

Original comment by arne.cl...@gmail.com on 2 Oct 2013 at 7:43

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I can't get this to work on 1.0.2 anymore and I have no idea why...
The Randomizer itself still works but I can't seem to get the configuration 
option in there.

When I edit the settings.js nothing happens, did anything change there?
There's nothing happening even when I put a syntax error in there 
intentionally... Isn't the JS used anymore? Is it merged somewhere?

I can't find a similar line in the whole folder :/ What am I missing :S

Original comment by Mihawk.90@googlemail.com on 6 Dec 2013 at 2:34

GoogleCodeExporter commented 9 years ago
As of version 1.0 all scripts are loaded minified and loaded in one, 
precompiled batch.
To make changes to the scripts, make sure that script debugging is enabled in 
the index.php (the define is at the top of the file).

Original comment by arne.cl...@gmail.com on 6 Dec 2013 at 4:44

GoogleCodeExporter commented 9 years ago
Yeah, thanks, I just found the minified version now :)

But thanks for the debugging tip :)

Original comment by Mihawk.90@googlemail.com on 7 Dec 2013 at 6:08

GoogleCodeExporter commented 9 years ago

Original comment by arne.cl...@gmail.com on 3 Mar 2014 at 7:24