rockboxthemes.git
15 years agoMake the rbutil page a bit smarter.master
Jonas Häggqvist [Thu, 19 Mar 2009 18:21:33 +0000 (19 19:21 +0100)]
Make the rbutil page a bit smarter.

15 years agoRemove some oooold debug code and make sure the public/private separation works properly.
Jonas Häggqvist [Thu, 19 Mar 2009 16:12:24 +0000 (19 17:12 +0100)]
Remove some oooold debug code and make sure the public/private separation works properly.

15 years agoGive ourselves write permission to dirs we want to delete the contents of.
Jonas Häggqvist [Wed, 18 Mar 2009 01:35:51 +0000 (18 02:35 +0100)]
Give ourselves write permission to dirs we want to delete the contents of.

15 years agoSwitch site->listthemes to expect a resolution rather than a target. Adjust other...
Jonas Häggqvist [Wed, 18 Mar 2009 00:15:33 +0000 (18 01:15 +0100)]
Switch site->listthemes to expect a resolution rather than a target. Adjust other pages accordingly. Add a page for rbutil.

15 years agoExpose the theme RSS feeds
Jonas Häggqvist [Tue, 17 Mar 2009 23:33:20 +0000 (18 00:33 +0100)]
Expose the theme RSS feeds

15 years agoStore hidden themes in the private dir.
Jonas Häggqvist [Tue, 17 Mar 2009 23:23:28 +0000 (18 00:23 +0100)]
Store hidden themes in the private dir.

15 years agoChange themedir_abs into two variables holding paths to the private and public version.
Jonas Häggqvist [Tue, 17 Mar 2009 22:36:06 +0000 (17 23:36 +0100)]
Change themedir_abs into two variables holding paths to the private and public version.

15 years agoExplain the privpath variable
Jonas Häggqvist [Tue, 17 Mar 2009 22:35:34 +0000 (17 23:35 +0100)]
Explain the privpath variable

15 years agoSome .gitignore files to ensure we have the theme dirs.
Jonas Häggqvist [Tue, 17 Mar 2009 22:25:44 +0000 (17 23:25 +0100)]
Some .gitignore files to ensure we have the theme dirs.

15 years agoDocument some requirements in the README.
Jonas Häggqvist [Tue, 17 Mar 2009 22:21:47 +0000 (17 23:21 +0100)]
Document some requirements in the README.

15 years agoAdd some TODOs
Jonas Häggqvist [Tue, 17 Mar 2009 22:17:34 +0000 (17 23:17 +0100)]
Add some TODOs

15 years agoMail the uploader when a theme is hidden/deleted. Also store the reason given for...
Jonas Häggqvist [Tue, 17 Mar 2009 22:16:43 +0000 (17 23:16 +0100)]
Mail the uploader when a theme is hidden/deleted. Also store the reason given for hidden themes.

15 years agoSeparate emailing into its own function.
Jonas Häggqvist [Tue, 17 Mar 2009 21:47:58 +0000 (17 22:47 +0100)]
Separate emailing into its own function.

15 years agoStore results for checkwps of both current and release.
Jonas Häggqvist [Tue, 17 Mar 2009 21:24:23 +0000 (17 22:24 +0100)]
Store results for checkwps of both current and release.

15 years agoAdd some comments
Jonas Häggqvist [Tue, 17 Mar 2009 21:18:51 +0000 (17 22:18 +0100)]
Add some comments

15 years agoTurn off smarty debugging.
Jonas Häggqvist [Fri, 13 Mar 2009 17:21:13 +0000 (13 18:21 +0100)]
Turn off smarty debugging.

15 years agoAdd RSS feed
Jonas Häggqvist [Fri, 13 Mar 2009 17:20:52 +0000 (13 18:20 +0100)]
Add RSS feed

15 years agoExplain that target shortname must match checkwps names.
Jonas Häggqvist [Fri, 13 Mar 2009 02:11:14 +0000 (13 03:11 +0100)]
Explain that target shortname must match checkwps names.

15 years agoAdd a README with some instructions
Jonas Häggqvist [Fri, 13 Mar 2009 02:10:05 +0000 (13 03:10 +0100)]
Add a README with some instructions

15 years agoMore gitignore files.
Jonas Häggqvist [Fri, 13 Mar 2009 01:55:13 +0000 (13 02:55 +0100)]
More gitignore files.

15 years agoAdd some .gitignore files
Jonas Häggqvist [Fri, 13 Mar 2009 01:49:28 +0000 (13 02:49 +0100)]
Add some .gitignore files

15 years agoAdd a missing ) to make things actually work.
Jonas Häggqvist [Fri, 13 Mar 2009 01:41:21 +0000 (13 02:41 +0100)]
Add a missing ) to make things actually work.

15 years agoAnother one down
Jonas Häggqvist [Fri, 13 Mar 2009 01:39:20 +0000 (13 02:39 +0100)]
Another one down

15 years agoDo some logging. More may be needed.
Jonas Häggqvist [Fri, 13 Mar 2009 01:38:44 +0000 (13 02:38 +0100)]
Do some logging. More may be needed.

15 years agoAdd a logging function. Not yet used anywhere.
Jonas Häggqvist [Fri, 13 Mar 2009 01:31:05 +0000 (13 02:31 +0100)]
Add a logging function. Not yet used anywhere.

15 years agoCheckwps basically done.
Jonas Häggqvist [Fri, 13 Mar 2009 01:23:07 +0000 (13 02:23 +0100)]
Checkwps basically done.

15 years agoAdd a script to update the "current checkwps" dir
Jonas Häggqvist [Fri, 13 Mar 2009 01:21:41 +0000 (13 02:21 +0100)]
Add a script to update the "current checkwps" dir

15 years agoKeep track of time spent checking each theme.
Jonas Häggqvist [Fri, 13 Mar 2009 01:04:53 +0000 (13 02:04 +0100)]
Keep track of time spent checking each theme.

15 years agoResults are now stored. Remove TODO.
Jonas Häggqvist [Fri, 13 Mar 2009 00:59:54 +0000 (13 01:59 +0100)]
Results are now stored. Remove TODO.

15 years agoStore the results when running checkwps on all themes.
Jonas Häggqvist [Fri, 13 Mar 2009 00:57:16 +0000 (13 01:57 +0100)]
Store the results when running checkwps on all themes.

15 years agoRearrange and explain the TODOs a bit better.
Jonas Häggqvist [Fri, 13 Mar 2009 00:36:16 +0000 (13 01:36 +0100)]
Rearrange and explain the TODOs a bit better.

15 years agoRest of the checkwps commit. Still getting the hang of git.
Jonas Häggqvist [Fri, 13 Mar 2009 00:35:37 +0000 (13 01:35 +0100)]
Rest of the checkwps commit. Still getting the hang of git.

15 years agoAdd a function to run checkwps on all uploaded themes. Results aren't currently saved.
Jonas Häggqvist [Fri, 13 Mar 2009 00:25:16 +0000 (13 01:25 +0100)]
Add a function to run checkwps on all uploaded themes. Results aren't currently saved.

15 years agoShow unverified themes in the admin panel.
Jonas Häggqvist [Thu, 12 Mar 2009 23:15:07 +0000 (13 00:15 +0100)]
Show unverified themes in the admin panel.

15 years agoAdd some more TODOs and rearrange them.
Jonas Häggqvist [Thu, 12 Mar 2009 22:47:04 +0000 (12 23:47 +0100)]
Add some more TODOs and rearrange them.

15 years agoProperly create the checkwps table. This really belongs in themesite.class.php.
Jonas Häggqvist [Tue, 10 Mar 2009 18:11:13 +0000 (10 19:11 +0100)]
Properly create the checkwps table. This really belongs in themesite.class.php.

15 years agoDon't ignore uploads.
Jonas Häggqvist [Tue, 10 Mar 2009 18:10:41 +0000 (10 19:10 +0100)]
Don't ignore uploads.

15 years agoAdd some more TODOs
Jonas Häggqvist [Tue, 10 Mar 2009 18:10:17 +0000 (10 19:10 +0100)]
Add some more TODOs

15 years agoInitial init.
Jonas Häggqvist [Sun, 8 Mar 2009 22:08:06 +0000 (8 23:08 +0100)]
Initial init.