203 Commits

Author SHA1 Message Date
Laurent Raufaste
a9e6b6ee24 Let's not act like we are producing clean XHTML, we aren't and it breaks some browsers (like an old Konqueror) 2013-05-19 22:46:59 -04:00
Laurent Raufaste
9a362039b9 Added the push'n'pop button 2013-05-19 22:22:27 -04:00
Laurent Raufaste
bda6cf824e Cleanup trailing tabs 2013-05-18 18:00:32 -04:00
Laurent Raufaste
201534cfcc Removed the useless googlevideo file, resolves #73 2013-05-18 17:31:41 -04:00
Laurent Raufaste
b83ba26789 Forgot to add @mog for his contrib 2013-05-15 11:47:29 -04:00
Laurent Raufaste
92fd5566e8 Do not show the login form on the submit page when logged in 2013-05-15 10:16:46 -04:00
Laurent Raufaste
8f5ca17a46 Fixed a lot of redirected links, resolves #62 2013-05-14 22:19:46 -04:00
Laurent Raufaste
a5ad3d3a24 Added @Ziphoid as a contributor 2013-05-14 22:06:41 -04:00
Laurent Raufaste
536a39bf0f Merge pull request #70 from Ziphoid/menufix
Some nitpicking code changes to the menu and CSS
2013-05-14 19:04:03 -07:00
Laurent Raufaste
7a6b305a07 Merge pull request #71 from dfox288/prod-export-v2
Convert all data to utf8 so json_encode doesn't null values
2013-05-14 18:54:39 -07:00
D.Fox
fad06ee247 Convert all data to utf8 so json_encode doesn't null values 2013-05-15 00:51:34 +02:00
John Carehag
60a81c7775 Some nitpicking code changes to the menu and CSS
I couldn't help myself from doing these changes, but managed to stop
before I rewrote the whole CSS.
2013-05-14 22:37:22 +02:00
Laurent Raufaste
ea919c827f Merge pull request #68 from mog/patch-1
Fix caching issue CSS for now
2013-05-14 09:40:22 -07:00
mog
c3eb829e8d Fix caching issue CSS for now
This should be done properly by actually changing the cachebuster (cb) according to the CSS file version - but will do for now.

Might need testing, assuming this is the only file the header is written.
2013-05-14 16:47:07 +03:00
Gargaj
9fc165dfa9 You need this otherwise the last dot slides in.
Btw there's a better way to do this with li:last-child but OH WELL.
2013-05-14 13:34:04 +03:00
Laurent Raufaste
661aa62a71 Added @dfox288 and @kusma 2013-05-13 22:37:28 -04:00
Laurent Raufaste
39e278895c Looked gay 2013-05-13 22:33:34 -04:00
Laurent Raufaste
6bc18cfac9 Let's do more proper greetings 2013-05-13 22:30:47 -04:00
Laurent Raufaste
c8f74e51a7 Revert "Just in case"
This reverts commit 1c70d115581b375a35a87b4f219a72c0257fb566.
2013-05-13 22:25:23 -04:00
Laurent Raufaste
1c70d11558 Just in case 2013-05-13 22:24:26 -04:00
Laurent Raufaste
8cc07c6076 Merge pull request #65 from dfox288/media-queries
Added media queries for phones to hide left/right boxes on the start pag...
2013-05-13 19:22:52 -07:00
Laurent Raufaste
4cd0d7a142 Merge pull request #64 from kusma/for-lra2
More cleanups v2
2013-05-13 19:07:46 -07:00
Laurent Raufaste
a37848a94e More robust pathing 2013-05-13 21:56:20 -04:00
Laurent Raufaste
9f4547c6eb More explicit name 2013-05-13 21:54:04 -04:00
Laurent Raufaste
f98540accf Link to the post-redirect url 2013-05-13 21:52:41 -04:00
Laurent Raufaste
caad286ff4 More rubust pathing in case this file moves 2013-05-13 21:52:26 -04:00
Laurent Raufaste
b826594ff7 Sanitize inputs that should be ints 2013-05-13 21:51:36 -04:00
Laurent Raufaste
4a091a8e2a Use iso8801 format to output dates and timestamp for inputs 2013-05-13 21:51:14 -04:00
Laurent Raufaste
12cf69cb53 Merge branch 'prod-export' of git://github.com/dfox288/pouet.net into dfox288-prod-export 2013-05-13 21:29:12 -04:00
Laurent Raufaste
d1fd5f17b5 Merge pull request #67 from kusma/logos
Logos
2013-05-13 17:19:37 -07:00
Erik Faye-Lund
d3f176aa57 logos.php: import id and vote from $_POST 2013-05-14 02:13:03 +02:00
D.Fox
160b4eef59 Moved login-box to an include so it can be displayed multiple times without having an impact on rendering time; display login box on the foot of the page if using a mobile phone; removed unused image 2013-05-14 00:33:07 +02:00
Erik Faye-Lund
9e36f0b664 get rid of some old-style code-blocks 2013-05-14 00:23:06 +02:00
D.Fox
3b3cf6eea6 Removed comment export for the time being 2013-05-14 00:03:21 +02:00
D.Fox
f880eb8ba8 Added media queries for phones to hide left/right boxes on the start page; refactored the navigation to use an ul instead of a table (to clear correctly on smaller resolutions) 2013-05-13 23:57:18 +02:00
Erik Faye-Lund
cb700e0287 rulez/update.php: load option-flags into global namespace
This reduces some dependencies on register_globals

It also documents a previously undocumented switch, namely
'bbstopics'.
2013-05-13 23:46:49 +02:00
Erik Faye-Lund
ae15448ebf submit-logo.php: cleanup indentation 2013-05-13 23:11:45 +02:00
Erik Faye-Lund
1db9cb0c65 submit-logo.php: look up file-uploads in $_FILES
This reduces some dependencies on register_globals
2013-05-13 23:11:30 +02:00
Erik Faye-Lund
f2aea95b12 lookup server-variables in $_SERVER
This reduces some dependencies on register_globals
2013-05-13 23:08:15 +02:00
Erik Faye-Lund
c2e0b40695 get rid of getenv-calls
There's no point in explicitly loading these, when they can be
looked up in $_SERVER instead.
2013-05-13 23:07:28 +02:00
Laurent Raufaste
b6bbd54dfb piclens does not like redirects 2013-05-13 15:54:49 -04:00
Laurent Raufaste
2b1b15fa8c Copied what Adobe proposed as it does not look like it's working 2013-05-13 15:51:12 -04:00
Laurent Raufaste
ac9cfa166e Revert "Go to hell adobe"
This reverts commit 2383bc08adfd9fad952f4bace93409a948b683a6.
2013-05-13 15:10:30 -04:00
Laurent Raufaste
f88dd4a9de Merge pull request #61 from gasman/nobackdoorplz
Remove a PHP execution backdoor
2013-05-13 12:08:30 -07:00
Matt Westcott
935c77d8eb remove some kind of php execution backdoor :-/ 2013-05-13 18:56:32 +01:00
Laurent Raufaste
e529802c57 Moved recaptcha in the lib folder 2013-05-12 23:22:11 -04:00
Laurent Raufaste
d04a6fff7d html entities until unicode is there 2013-05-12 23:21:48 -04:00
Laurent Raufaste
894877084d Let's not crap out if we don't specify a user, find a random one 2013-05-12 23:21:15 -04:00
Laurent Raufaste
fffdb6d566 leftover crap, as the name says 2013-05-12 23:04:51 -04:00
Laurent Raufaste
342b1198f7 relative path is problematic for some scripts in subfolders 2013-05-12 22:50:45 -04:00