History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
9352c76e818a | epriestley | Decouple some aspects of request routing and construction | Oct 17 2014 | |||
3cf9a5820fc9 | Joshua Spence | Minor formatting changes | Oct 7 2014 | |||
cae59d83456e | epriestley | Add an option to make it easier to debug page hangs | Sep 11 2014 | |||
0a62f13464b8 | Joshua Spence/epriestley | Change double quotes to single quotes. | Jun 9 2014 | |||
4d0935ba5e69 | epriestley | Rate limit requests by IP | Apr 9 2014 | |||
627011476733 | Joshua Spence/epriestley | Various linter fixes. | Feb 26 2014 | |||
56bcb33a1891 | epriestley | Improve exception reporting behavior for core exceptions | Jan 21 2014 | |||
a29b5b070f5a | Jakub Vrana | Replace some hsprintf() by phutil_tag() | Nov 11 2013 | |||
de67f00d0e39 | epriestley | Remove AphrontRedirectException | Oct 7 2013 | |||
b26549b5fab1 | Gareth Evans/epriestley | Implement PhutilRequest parser #2 | Jun 24 2013 | |||
e40f0e13c5dc | Gareth Evans/epriestley | Implement PhutilRequest parser | Jun 24 2013 | |||
9c4302927760 | epriestley | Genericize "Add Payment Method" form | Apr 25 2013 | |||
c13f9d157b12 | epriestley | Fix double-stops on profiler sampling | Apr 2 2013 | |||
cde1416446f6 | epriestley | Guarantee the existence of the Phabricator access log | Apr 2 2013 | |||
f1a36cf3c8e0 | epriestley | Make it easier to use print_r() debugging | Feb 11 2013 | |||
0f8984f5a700 | epriestley | Move XHProf sampling code out of index.php | Feb 10 2013 | |||
879c14e13a82 | epriestley | Consolidate HTTP header access | Feb 10 2013 | |||
7e17acfb68da | epriestley | Remove PhabricatorSetup and make PHABRICATOR_ENV optional | Jan 23 2013 | |||
24845bec4249 | epriestley | Port extension checks to new-style setup | Jan 23 2013 | |||
442590348014 | epriestley | Don't require phabricator.base-uri to be configured | Jan 22 2013 | |||
96839d35f49c | epriestley | Detect and raise setup warnings from within Phabricator | Dec 30 2012 | |||
1e2dfb5b6b7a | epriestley | Minor, prevent double-initialization of EventEngine. This happens in… | Dec 27 2012 | |||
3eb370a5331e | epriestley | Share more HTTPSink code | Dec 25 2012 | |||
9e6d59829ced | epriestley | Consolidate environmental initialization | Dec 25 2012 | |||
ed58f6c5f451 | epriestley | Move a lot of pre-request checks to PhabricatorStartup | Dec 25 2012 | |||
ef85f49adc07 | vrana | Delete license headers from files | Nov 5 2012 | |||
ddde99f80c74 | epriestley | Flip dem tables on E_COMPILE_ERROR | Oct 23 2012 | |||
4a2bcc06fed1 | vrana | Catch unhandled exceptions in index.php | Oct 4 2012 | |||
5978bbfc64e2 | Nick Harper | Do sampled profiling of requests | Sep 17 2012 | |||
772a94236644 | epriestley | Detect 'post_max_size' more robustly | Aug 17 2012 | |||
4eebd545ce90 | Wez Furlong | Removing memory limit sanity check | Aug 11 2012 | |||
f614670de9e0 | epriestley | Minor, ensure didProcessRequest() is called even for exceptions. | Aug 7 2012 | |||
314c25365d2d | epriestley | Drive menu icons from Applications | Aug 5 2012 | |||
7c9c3284ed0d | Ricky Elrod | Add the ability to append to $PATH, for when we shell out to system binaries. | Jul 27 2012 | |||
e9b7e6053377 | Grigory | Fixed PHP backward incompatibility. | Jul 25 2012 | |||
e55d4d7aab14 | Grigory | Added compatibility with PHP 5.4+ built-in webserver | Jul 25 2012 | |||
d07934474ee3 | epriestley | Break AphrontWriteGuard dependency on AphrontRequest | Jul 24 2012 | |||
ae2e73ce809f | epriestley | Add "stop on redirect" and "always profile" debugging options | Jul 17 2012 | |||
4cb411268612 | Nick Harper | Set timezone before calling date | Jul 3 2012 | |||
0acb7734cdbd | vrana | Use pht() | Jun 15 2012 | |||
259638e900de | epriestley | Fix minor issues with D2630 | Jun 6 2012 | |||
1ebf9186b48b | vrana | Depend on class autoloading | May 31 2012 | |||
9f9716f81fce | epriestley | Fix Firefox upload fatal | May 5 2012 | |||
9b2ededd48b3 | epriestley | Document configuration of file upload limits | May 4 2012 | |||
5604a662df6c | epriestley | Minor, if we fatal before loading PhabricatorAccessLog, don't double-fatal. | May 3 2012 | |||
3ce69b63067c | epriestley | Allow Phabricator to write an access log using PhutilDeferredLog | Apr 25 2012 | |||
28dfeeb5d503 | epriestley | Make sure exceptions are surfaced from setup | Apr 11 2012 | |||
d4c5761f41b2 | vrana | Customizable MySQL implementation | Apr 7 2012 | |||
9b043e59668c | vrana | Bump required PHP version | Apr 7 2012 | |||
23988ca482d1 | vrana | Support Windows | Apr 6 2012 | |||
5ba6e241c453 | vrana | Check required PHP version | Mar 26 2012 | |||
4fba549a99f7 | vrana | Use PhabricatorEnv::newObjectFromConfig() wherever possible | Mar 21 2012 | |||
a38223023d3e | epriestley | Improve missing libphutil/ error | Mar 13 2012 | |||
ce919b082292 | epriestley | Resolve implicit fallthrough in Phabricator | Mar 8 2012 | |||
c8b4bfdcd1cc | epriestley | Encode "<" and ">" in JSON/Ajax responses to prevent content-sniffing attacks | Feb 14 2012 | |||
e8a7d8a905de | epriestley | Provide software protections for HTTP response splitting | Feb 6 2012 | |||
12d1379deeeb | jungejason | Add instructions about how to support localhost | Jan 12 2012 | |||
af37b637f544 | epriestley | Detect un-cookieable domain confiugration and explode | Jan 11 2012 | |||
522e5b47795f | epriestley | Build an event dispatch mechanism into Phabricator | Sep 30 2011 | |||
1df7d4039e20 | epriestley | Store repository credentials with repositories | Sep 6 2011 | |||
39b4d20ce528 | epriestley | Create AphrontWriteGuard, a backup mechanism for CSRF validation | Aug 16 2011 | |||
6f388f97d959 | epriestley | Improve Phabricator behavior for fatal errors | Jul 18 2011 | |||
d28326446d60 | epriestley | Detect obviously erroneous "memory_limit" configurations | Jul 13 2011 | |||
7aa35821201a | epriestley | Improve error messages for PHABRICATOR_ENV | Jun 1 2011 | |||
d202e71ef144 | epriestley | Use parallel syntax highlighting API in differential | May 22 2011 | |||
c6beb7a4fbd0 | epriestley | Move to explicit initialization of PhutilErrorHandler. | May 11 2011 | |||
f7e2b0307708 | epriestley | Add a "setup" mode which guides new users through application configuration | May 11 2011 | |||
5da364f8f934 | epriestley | Detect and fatal on magic_quotes_gpc | Apr 30 2011 | |||
aa0ff43999df | epriestley | xhpastview | Apr 7 2011 | |||
d5ee8c792c85 | tuomaspelkonen | Modified DarkConsole Error Log to show more detailed information. | Apr 6 2011 | |||
c72d9980d557 | epriestley | Slightly improve error message when the user specifies a bogus config file. | Apr 5 2011 | |||
cc66c4890dbb | epriestley | Commit + Herald integration. | Apr 4 2011 | |||
3af9919e1c78 | epriestley | Add 'phabricator.timezone' config for HPHP installs. | Apr 3 2011 | |||
e6cf7a9cb0f5 | epriestley | More Diffusion junk. | Mar 31 2011 | |||
a100d97ed5ce | epriestley | Preserve "next" URI by using OAuth 'state' parameter | Mar 8 2011 | |||
6439cd98564a | epriestley | Revert HipHop volatile symbol workaround. | Mar 3 2011 | |||
eccc76dae685 | epriestley | Fix some issues caught by HipHop, and work around some issues caused by HipHop. | Feb 27 2011 | |||
d4bd2b0edda7 | epriestley | Add support for a PHUTIL_LIBRARY_ROOT variable in $_SERVER to make it easeir to… | Feb 26 2011 | |||
0114a29681bc | epriestley | Improve some of the top-level application hooks and setup messages. | Feb 24 2011 | |||
a4852d4a64f5 | epriestley | Dedupe conf loading function. | Feb 11 2011 | |||
7c3cd2651009 | epriestley | Do an explicit check for MySQL install status. | Feb 8 2011 | |||
c93dd9c09094 | epriestley | Flesh out some DarkConsole stuff. | Feb 3 2011 | |||
a5c0c277ca93 | epriestley | Very slightly less terrible XHProf implementation. | Feb 3 2011 | |||
759eec3a7723 | epriestley | Very rough cut of DarkConsole + XHProf | Feb 2 2011 | |||
03fec6e9112c | epriestley | PhabricatorEnv 'infratructure' -> 'infrastructure' (rofl) Recaptcha Email Login… | Jan 31 2011 | |||
6c37f918b126 | epriestley | Somewhat proper 404 page, plus HTTP response code. | Jan 30 2011 | |||
ccf7df6093e8 | epriestley | Authentication | Jan 27 2011 | |||
dec8bac3a3af | epriestley | Conduit: differential.creatediff | Jan 24 2011 | |||
76258ce0e142 | epriestley | Import some code, some of which may be relevant to the project. | Jan 18 2011 |
c4science · Help