Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/app_controller.php
Commit message (Expand)AuthorAgeFilesLines
* bug 476026, making sure we're using the db test config during testingjbalogh@mozilla.com2009-03-031-0/+7
* Removing tag queries from views. Bug 453921, r=wenzel.morgamic@mozilla.com2009-01-231-1/+6
* Browse source can fail to load (bug 450045, r=fwenzel)cdolivei.bugzilla@gmail.com2008-12-041-0/+1
* Don't run iconv() on images; bug 461991wclouser@mozilla.com2008-10-311-3/+4
* bug 456129, collections webview, r=fwenzelrdoherty@mozilla.com2008-10-231-1/+1
* add icondata to the $dontsanitize arraywclouser@mozilla.com2008-10-151-1/+1
* bug 343312, XSS on search page, r=clouserwrdoherty@mozilla.com2008-10-151-1/+3
* preserving session ID before renewal for CSRF check (bug 458763, r=laura)fwenzel@mozilla.com2008-10-081-2/+11
* exclude keys from array sanitization (incl. tests) (bug 452456, r=morgamic)fwenzel@mozilla.com2008-09-111-5/+6
* object invalidation framework for memcache (bug 450442, r=clouserw)fwenzel@mozilla.com2008-09-111-0/+15
* removing htmlentities callfwenzel@mozilla.com2008-05-241-1/+1
* code cosmetics: removing tab characters, indenting and line-breaking correctl...fwenzel@mozilla.com2008-05-241-29/+32
* escpaping built-in data array before pushing it to the view, to avoid possibl...fwenzel@mozilla.com2008-05-191-0/+12
* fixes Bug432584 password reset form broken, r=fwenzelcpollett@mozilla.com2008-05-071-2/+13
* Fix bug 431855wclouser@mozilla.com2008-05-021-1/+1
* fixes Bug427974 checking into 12623, r=clouserwcpollett@mozilla.com2008-04-291-1/+31
* changing cache-control and pragma headers in order to work around Internet Ex...fwenzel@mozilla.com2008-04-221-2/+2
* Patch for 422257wclouser@mozilla.com2008-03-251-1/+5
* Checking in shadow db fixes from bug 417395 to help alleviate API load. Stil...morgamic@mozilla.com2008-02-141-0/+25
* Fixing sanitization of discussion dates on addons detail page (bug 414541)fwenzel@mozilla.com2008-02-011-1/+2
* fixing data sanitization for UTF-8 characters: bug 412580, r=laurafwenzel@mozilla.com2008-01-221-7/+11
* contributors + myself (publish() function)fwenzel@mozilla.com2007-09-191-0/+1
* fixing bug 392031: have publish() html-encode keys named 0, toofwenzel@mozilla.com2007-08-221-1/+1
* keeping cake security setting from trying to set a constant multiple timesfwenzel@mozilla.com2007-06-121-1/+2
* applying fix for bug 376461: language names vs. locale codes on dict pagefwenzel@mozilla.com2007-05-241-1/+1
* Patch to fix 375010wclouser@mozilla.com2007-04-191-9/+2
* adding much more detailed sandbox error messages, fixes bug 374654ahajdukewycz@mozilla.com2007-03-281-1/+2
* Adding a securityLevel to the app controller so we can control if sessions arewclouser@mozilla.com2007-03-281-0/+45
* Adding a quick check so locale_html doesn't get encoded (bug 375498). I'm le...wclouser@mozilla.com2007-03-281-1/+7
* avoiding html entity sanitization of date fields in publish().fwenzel@mozilla.com2007-03-251-1/+2
* replacing htmlentities() by sanitize->html() for about the 500th time nowfwenzel@mozilla.com2007-03-231-1/+3
* making sure publish() does not touch empty arraysfwenzel@mozilla.com2007-03-231-0/+1
* Log Manager and Site Config Manager. Implementing logging of all admin action...fligtar@gmail.com2007-03-161-1/+1
* introducing publish() function to wrap cake's set() and encode html entities ...fwenzel@mozilla.com2007-03-151-0/+45
* the code generating the sandbox link at the top of the page lost some of its ...fwenzel@mozilla.com2007-03-091-4/+5
* Fixed addonStatus setting. Missed this because there were not any tests.morgamic@mozilla.com2007-02-281-1/+17
* Added logic to only show versions that have valid files in search/browse resu...morgamic@mozilla.com2007-02-281-2/+2
* The last header difference I can see between remora.stage and the current AMO...shaver@mozilla.com2007-02-141-0/+1
* Listen, punk, when I say cache, I mean cache. And I'm a little tired of havi...shaver@mozilla.com2007-02-141-1/+2
* Added cache-control: public to app_controller. Still trying to debug this.morgamic@mozilla.com2007-02-131-0/+4
* Add AppController::disableCache to add cache-suppression headers to theshaver@mozilla.com2007-02-131-0/+5
* Preview sidebar changes; Links to the sandbox and appversion pages created ea...fligtar@gmail.com2007-02-131-0/+10
* Added index check before referencing it.morgamic@mozilla.com2007-02-121-1/+1
* We don't use a namedArg for app selection, it turns out!shaver@mozilla.com2007-02-121-2/+1
* Updated 401 error page and l10n msgids. Updated controllers to have needed e...morgamic@mozilla.com2007-02-121-4/+1
* Make the referer and flash stuff aware of app, as it is of locale.shaver@mozilla.com2007-02-121-2/+4
* App-parameterization of a ton of strings (not the .po changes yet).shaver@mozilla.com2007-02-111-1/+2
* Added commented-out lines for ACL, if people want to play with it. Leaving i...morgamic@mozilla.com2007-02-111-0/+10
* Fixed update tests to work of test db data instead of hard-coded strings. Fi...morgamic@mozilla.com2007-02-051-18/+1
* sandbox searching enabling, miscellaneous sandbox link fixes, removed recomme...ahajdukewycz@mozilla.com2007-01-311-3/+5