Shish
|
90cd823ece
|
fix liveness testing, and comments tests
|
2015-09-20 20:05:06 +01:00 |
|
Shish
|
49a6083b8b
|
fix
|
2015-09-20 20:04:16 +01:00 |
|
Shish
|
35a4f385b3
|
phpstorm tidying
|
2015-09-12 11:43:28 +01:00 |
|
Daku
|
9490e4aae2
|
fix endless loop when checking for subdirectory
is there any reason why this was only checking for "." & ".." ?
|
2015-08-12 06:43:38 +01:00 |
|
Daku
|
b2d8b41388
|
spaces > tabs
|
2015-08-12 06:12:53 +01:00 |
|
Shish
|
df56213ec3
|
allow exts to mark themselves as not supporting sqlite
|
2015-08-08 22:23:27 +01:00 |
|
Shish
|
654b282ab7
|
allow BASE_HREF to be defined explicitly
|
2015-08-03 15:49:38 +01:00 |
|
Shish
|
83435e3266
|
set cookies on Page object
|
2015-08-03 15:49:36 +01:00 |
|
Shish
|
eb246ef1ee
|
count_execs is legacy code from adodb anyway... remove another global
|
2015-08-02 21:31:55 +01:00 |
|
Shish
|
ec5d9bb6f4
|
more sensible naming
|
2015-08-02 21:23:45 +01:00 |
|
Shish
|
6e56224b8d
|
rename final private global
|
2015-08-02 21:19:22 +01:00 |
|
Shish
|
669fd800d0
|
move all event stuff together
|
2015-08-02 20:54:41 +01:00 |
|
Shish
|
3ad8fe4a93
|
inline add_event_listener to save some layers and loops
|
2015-08-02 20:43:53 +01:00 |
|
Shish
|
18490ed488
|
more global removal
|
2015-08-02 20:39:41 +01:00 |
|
Shish
|
e2b6f2c2dd
|
global management
|
2015-08-02 19:41:06 +01:00 |
|
Shish
|
c6cf4fa339
|
hiphop is no more, hhvm can handle defines
|
2015-08-02 19:40:57 +01:00 |
|
Shish
|
0b385d05af
|
wibble init into a separate bootstrap file, for more unit-testability
|
2015-08-02 19:40:57 +01:00 |
|
Shish
|
21a1b176c6
|
separate router from index.php
|
2015-08-01 16:36:07 +01:00 |
|
Shish
|
3d5172e235
|
stand-alone router mode
|
2015-08-01 16:23:33 +01:00 |
|
Shish
|
e3cb33efb9
|
remove single-use var
|
2015-08-01 16:22:42 +01:00 |
|
Shish
|
aed08d3c12
|
revert a little
|
2015-08-01 16:15:36 +01:00 |
|
Shish
|
ab4c558126
|
php cli server uses its own request thing
|
2015-08-01 15:24:58 +01:00 |
|
Shish
|
53f19120d2
|
check for set vars in get_base_href
|
2015-08-01 14:55:53 +01:00 |
|
Shish
|
35d762bc32
|
Also update programatic check
|
2015-08-01 13:42:40 +01:00 |
|
Shish
|
e5e7f891e2
|
scrutinizer suggestions
|
2015-07-21 01:20:53 +01:00 |
|
Shish
|
7064e9ffcd
|
merge
|
2015-07-20 23:49:33 +01:00 |
|
Shish
|
f3c9f57e62
|
Merge pull request #491 from shish/more_https
More https
|
2015-07-20 23:28:21 +01:00 |
|
Shish
|
2b6f3b7266
|
better asserting
|
2015-07-19 19:04:35 +01:00 |
|
Shish
|
90539a32bc
|
validate_input() function
|
2015-07-19 14:46:28 +01:00 |
|
jgen
|
f73e0e6884
|
argh
|
2015-06-01 18:00:46 -07:00 |
|
jgen
|
4bf56364eb
|
Missed one use of $headers. Was used in only one other place. Also, change the function so that if anyone else uses it in the future it doesn't throw warnings.
|
2015-06-01 17:57:34 -07:00 |
|
Shish
|
4fd3d1a024
|
argh php
|
2015-06-01 11:23:04 +01:00 |
|
Shish
|
8d2b97b72f
|
more https support, and dedupe get_image/thumb_link
|
2015-06-01 11:09:19 +01:00 |
|
jgen
|
56b9117a20
|
Merge branch 'master' into develop
|
2015-05-31 22:43:49 -07:00 |
|
jgen
|
718cfa0bcf
|
Scrutinizer-ci has fixed this now.
|
2015-05-31 21:28:11 -07:00 |
|
Shish
|
2aea79ac35
|
merge common parts of handle_archive and bulk_add
|
2015-05-24 16:08:46 +01:00 |
|
Daku
|
b81d457bf7
|
DEBUG_SQL isn't defined during install, use quotes to avoid errors
|
2015-04-18 10:38:39 +01:00 |
|
Shish
|
55c3fd8f38
|
show PHP version (particularly useful when debugging php vs hhvm)
|
2015-04-18 10:31:24 +01:00 |
|
jgen
|
8e3fc1da9f
|
Change generated links to be aware of HTTPS.
|
2015-02-02 00:13:05 -08:00 |
|
Shish
|
4721d666cd
|
log time spent waiting for database queries
|
2014-11-26 13:09:22 +00:00 |
|
Shish
|
f873d2304d
|
Check event handler exists before calling it, in case the cache is out of date. Fixes #442
|
2014-08-24 11:33:05 +01:00 |
|
Shish
|
e259b8cd5a
|
bcrypt had bugs before 5.3.7
|
2014-05-24 10:51:09 +01:00 |
|
Daku
|
36713803e3
|
Merge pull request #418 from jgen/develop
Even more linting and cleaning!
|
2014-05-23 23:24:32 +01:00 |
|
Daku
|
64e2565236
|
check for lowercase header if camelcase header doesn't exist
fixes #423
|
2014-05-19 07:32:16 +01:00 |
|
jgen
|
eb18790dc9
|
More comments.
|
2014-04-28 19:50:01 -04:00 |
|
jgen
|
86612bb1ff
|
Adding more PHP Doc comments.
|
2014-04-28 17:36:11 -04:00 |
|
jgen
|
24371d8c34
|
Fix the PHP Doc comments.
|
2014-04-25 23:19:18 -04:00 |
|
jgen
|
5f2be45f68
|
Fix the PHPDoc comments on these.
|
2014-04-25 21:42:52 -04:00 |
|
jgen
|
ab3f9850e4
|
Removing the closing PHP "?>" tag as per style guidelines.
|
2014-04-24 19:01:47 -04:00 |
|
jgen
|
993aacaea5
|
Update comment to reflect that a bug has been filed with PHP-analyzer.
|
2014-04-24 16:55:34 -04:00 |
|