Daku
bab893bbda
really ugly update ext
...
(although it works, the code is a mess :x)
2012-01-31 14:58:52 +00:00
Shish
853ea10fea
merge mass tagger
2012-01-31 14:28:34 +00:00
Shish
aed5e1a30e
hand merge of speed tweaks
2012-01-31 13:20:43 +00:00
Shish
db609745d3
Merge remote branch 'snowstrypes/error_wdir'
2012-01-31 12:59:19 +00:00
Shish
6e6138793b
DEBUG_SQL can be null for user-defined
2012-01-31 12:16:47 +00:00
Shish
55447d1aa8
toggle for sql debugging
2012-01-30 05:00:21 +00:00
Shish
6e64857936
wibble towards being totally SimpleExtension based, as that's easier to programatically optimise
2012-01-27 18:16:46 +00:00
Shish
70fc4b5a54
Currently SCore is pretty behind-the-scenes
2012-01-26 17:32:30 +00:00
Shish
54031fcb90
still bail on assert failures even when debug is off
2012-01-26 15:26:00 +00:00
Shish
96b3b5c72a
subfolders in data/
2012-01-23 05:39:47 +00:00
Shish
565b15c91e
access the start time too...
2012-01-22 14:48:06 +00:00
Shish
da45389c42
have autodate include hours and minutes
2012-01-22 14:40:25 +00:00
Shish
208320f072
Reeeeeeally old bug that nobody cared about: getrusage returns CPU time used by the current process, not by the current page. PHP-FPM has many pages per process
2012-01-20 05:45:09 +00:00
Shish
49e7bfa1b2
tidy up some ancient base_href / data_href messes; base_href as a config variable is no longer used
2012-01-20 03:29:29 +00:00
Shish
18e36f9b31
Rather than three levels of configuration, let's have two (define()'d values in config.php for system-level stuff, the web-editable config table for user-level stuff). Basically switches database_dsn from a global variable to a defined constant.
2012-01-20 03:15:58 +00:00
Shish
cc3bda38f0
attempt to hand-merge jgen's revert by IP vits
2012-01-16 20:58:55 +00:00
green-ponies (jgen)
cd7de93a0a
Changing for-loops to use pre-calculated values.
...
Rather than calculating the value each time.
2012-01-16 00:07:04 -05:00
green-ponies (jgen)
fc12bbbfe5
More small changes to help save a few microseconds.
2012-01-12 15:46:34 -05:00
green-ponies (jgen)
ea15574226
Changes and tweaks for speed.
...
Because every microsecond counts! :P
These changes are based on information from:
http://phpbench.com/
http://stackoverflow.com/questions/482202/is-there-a-performance-benefit-single-quote-vs-double-quote-in-php
2012-01-11 15:08:27 -05:00
Shish
5b717870d1
case sensitivity blargh
2012-01-01 17:13:50 +00:00
Daku
dff1eef51a
make_form now has a onsubmit option
2011-12-31 14:18:55 +00:00
Shish
ad2bb8b8b6
switch timeago to a javascript implementation
2011-12-31 14:12:34 +00:00
Shish
b7bd74055d
PHP is officially the worst web API ever
2011-12-25 17:57:15 +00:00
Shish
67e0c87b20
create a generic bool_escape function, use that
2011-12-25 15:11:26 +00:00
Shish
cd609141f4
optional warehouse split levels
2011-12-25 11:24:20 +00:00
Shish
6d3cdb208c
those functions aren't /called/ unless coverage is set ._.;;
2011-12-24 21:55:33 +00:00
Shish
883c73c9ff
even if xdebug is installed, only run coverage when told to
2011-12-24 21:51:48 +00:00
Shish
5121e99dbe
speed hax and niceurl forcing from r34
2011-12-24 14:49:55 +00:00
Daku
c37569f3d4
Fixed reCaptcha.
2011-12-21 02:28:39 +00:00
green-ponies (jgen)
ef61a4cb4a
Small patch for Blotter extension, and also added Version to debug output.
2011-10-23 21:54:04 -04:00
Shish
5a6501f2be
log event handlers as well as events
2011-10-09 17:08:13 +01:00
Shish
eb7927b3b1
Merge branch 'master' of github.com:shish/shimmie2
2011-10-09 12:10:22 +01:00
Shish
4b86497816
support for Context profiling
2011-10-09 12:01:48 +01:00
Yaro
9e2522f86f
fixed unpredictable working directory inside register_shutdown_function
2011-10-04 17:03:53 +04:00
green-ponies (jgen)
97d137f365
Working on Automatic Caching feature for CSS and JS files.
...
Added config options to main Shimmie config.
2011-09-25 13:40:34 -04:00
green-ponies (jgen)
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
Shish
811f9e0f66
cd variable for sites who want /ab/cb/abcd
2011-03-23 11:19:34 +00:00
Diftraku
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
Diftraku
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
Shish
dfef932463
use config.php as CSRF salt
2010-10-07 21:26:28 +01:00
Shish
1e04df7765
<form> -> make_form(), or add auth token manually
2010-10-07 21:26:27 +01:00
Shish
6cd53fed8a
csrf functions
2010-10-07 21:26:15 +01:00
Christian Walde
52f5a265fa
changed the windows coverage fix from closure to parameter passing, since older phps can't do that
2010-09-09 20:10:37 +02:00
Christian Walde
e5b3afb31c
this makes coverage dumping work on windows; on windows the cwd is changed to the apache executable's path by the time the coverage end is reached, changing the coverage end function to a closure that gives back a function with the actual shimmie cwd stored fixes this
2010-09-09 20:10:24 +02:00
Christian Walde
cd6015203e
replaced deprecated split with explode
2010-09-09 20:09:37 +02:00
Shish
c6f358a8fc
split is deprecated in php5.3, use explode instead
2010-07-30 15:36:33 +01:00
Shish
c6e61b096b
timeline function for profiling
2010-05-27 11:48:29 +01:00
Shish
2c1fa2fd7f
move warehouse directory creation into a single place
2010-04-23 05:46:07 +01:00
Shish
dbf529825c
double-escape backslashes as well as forward
2010-04-23 03:31:10 +01:00
Shish
20edd68093
avoid double escapes
2010-03-24 18:24:47 +00:00