Commit Graph

429 Commits

Author SHA1 Message Date
2e276a095e Fix for Issue 22 from HungryFeline. 2011-09-11 21:41:46 -04:00
864e823447 Small change to headers for efficiency.
These two headers are always sent and do not need
to be added to the header queue. (wastes time)
2011-09-11 21:26:23 -04:00
6e7789c40b Added feature to try and cache the CSS and Javascript files by default.
This reduces the total number of HTTP requests (and hopefully
allows the site to load faster).
2011-09-11 21:24:18 -04:00
1c8ba8dc26 Wrong brackets. 2011-09-04 14:24:14 -04:00
c2ef8736b8 Fixed a typo. 2011-09-04 14:19:06 -04:00
bd31bcd79a The page class now supports both HTML headers and HTTP headers.
From the comment:
FIXME: should be $page->blah
2011-09-04 14:06:44 -04:00
19a3a5a6f9 Working on changed $page to support http headers as well as html headers. 2011-09-04 14:06:39 -04:00
fca286913e Working on moving header() inside of the global $page data structure. 2011-09-04 14:06:34 -04:00
d05344d5e3 Image resize is working now! (uses the GD library only for now)
Moved resize into contrib folder.
2011-09-04 11:17:14 -04:00
17999cade8 Image Replace feature working, just needs more testing. 2011-08-25 21:35:59 -04:00
f3b6fde7a5 Working on adding a "Replace Image" feature. 2011-08-24 20:53:53 -04:00
3a4aea45d5 Small addition for giving forms unique IDs. Mainly so that javascript has
something to hook onto.
2011-08-12 21:56:48 -04:00
a5f3a36fa4 fix for mySQL>5.1 - should remain compatible with versions prior to 5.1 2011-05-12 12:32:34 -07:00
1abb96159b PDO returns 'false' for no rows, but various parts of the code expect it to return 'null'; for now, emulate the old behaviour 2011-03-24 14:27:11 +00:00
cd86859f08 cache anon, it gets looked up a lot 2011-03-23 11:26:11 +00:00
811f9e0f66 cd variable for sites who want /ab/cb/abcd 2011-03-23 11:19:34 +00:00
e279e69f96 fix single-tag searches 2011-03-14 14:20:30 +00:00
c554a12be0 hacky fix for searching, make sure query variables are unique 2011-03-14 12:44:58 +00:00
fb65286863 Critical change to deltree, it seems Windows version of PHP does not consider symlinks to be links when checked with is_link(). 2011-03-06 03:17:40 +02:00
3d66c7ce41 "Fix'd" the execute query to pass args array without binding, assuming the first value is at index 0 and the query uses questionmarks. 2011-03-05 03:11:29 +02:00
93e2110056 Because Windows... shitty OS is shitty. Added a Windows-only fix to the extension symlink and deltree.
Windows will nag about file info not found on relative paths with symlink (php bug?).
Also, when deleting a symlink on Windows, it needs to be rmdir'd, no unlink'd (kept throwing permission denied for unlink).
2011-03-03 11:40:34 +02:00
20cc4cc165 don't have super-thin / super-short thumbs 2011-02-13 11:18:23 +00:00
4b5795cc5b fucking php, this took an hour to debug because it just dies with no error message -_- 2011-01-26 12:19:18 +00:00
3896c71a9a strnorm bits 2011-01-22 15:51:55 +00:00
ee3c24117b more pdo compat, database bits 2011-01-03 15:18:24 +00:00
115d992ff0 merged image zoom 2011-01-01 19:19:18 +00:00
06a3be4941 Merge branch 'pdo' 2011-01-01 18:47:55 +00:00
27056f369f sort tags when imploding / exploding 2011-01-01 18:40:21 +00:00
2532091ae8 PDO DSN handling (PS. PHP is retarded) 2011-01-01 16:59:41 +00:00
d6baeab977 more pdo compat 2011-01-01 16:28:04 +00:00
7684def0f8 add get_pairs 2011-01-01 16:27:56 +00:00
8d978aa06a more pdo compat 2011-01-01 15:58:09 +00:00
175ceac490 PDO compat 2011-01-01 15:28:30 +00:00
8b2e3262fe clean up database API for completeness and sensibleness 2011-01-01 15:27:24 +00:00
6b557983c4 more PDO compat 2010-12-31 20:25:03 +00:00
8e63827c0f PDO exceptions for error handling 2010-12-31 19:56:28 +00:00
1d7b929871 convert parts of core/database to pdo 2010-12-31 19:29:15 +00:00
7403fd7c87 Revert "checks for files without extensions, from AtomicDryad"
This seems to break something, such that uploading a jpeg results
in image size 0x0 (other bits seem to work though o_O)

Will take a look at what's up and re-commit later...

This reverts commit ead87d3934.
2010-12-24 20:44:38 +00:00
ead87d3934 checks for files without extensions, from AtomicDryad 2010-12-22 21:43:00 +00:00
dfef932463 use config.php as CSRF salt 2010-10-07 21:26:28 +01:00
1e04df7765 <form> -> make_form(), or add auth token manually 2010-10-07 21:26:27 +01:00
6cd53fed8a csrf functions 2010-10-07 21:26:15 +01:00
c6f358a8fc split is deprecated in php5.3, use explode instead 2010-07-30 15:36:33 +01:00
10dbe650e2 external CSS comes before external JS 2010-07-30 13:39:11 +01:00
7abb4742a5 hack 2010-07-19 13:35:10 +01:00
d80ccbe497 SimpleExtension priority framework 2010-05-28 13:06:18 +01:00
c6e61b096b timeline function for profiling 2010-05-27 11:48:29 +01:00
23216d7549 for compiling under hiphop 2010-05-15 14:53:37 +01:00
e1f9d77271 turns out that this was necessary o_O 2010-04-26 06:07:34 +01:00
062f30abe7 Merge branch 'pagevent' 2010-04-26 04:53:31 +01:00