Commit Graph

  • c108a02cda Fixed logout failing CSRF check. Neal Poole 2011-06-26 16:09:11 +00:00
  • fe62ef2cdf Fix doc-base issue Yannick Torres 2011-06-26 15:57:19 +00:00
  • c470451d80 Revert previous commit. Neal Poole 2011-06-26 15:54:57 +00:00
  • 3e0c69ad94 Fix doc-base issue Yannick Torres 2011-06-26 15:46:20 +00:00
  • 9f971e4dae Fixed an error message typo Philip Olson 2011-06-26 15:10:30 +00:00
  • 44132e4208 Fix notices for English language graphs. Neal Poole 2011-06-26 02:33:40 +00:00
  • 15dc4ae965 Fix notices/warnings in EntitiesAcronymsFetcher.php Neal Poole 2011-06-26 02:15:08 +00:00
  • c29179734e Fixed typo in LogManager.php Neal Poole 2011-06-26 01:34:28 +00:00
  • ee19e6cb8d Updated ExtJsController.php to reduce un-necessary notices. Neal Poole 2011-06-26 01:32:09 +00:00
  • ec9aea4cac Fixed typo in RepositoryManager.php. Neal Poole 2011-06-26 01:10:53 +00:00
  • cb4d9077f9 Fixed typo in ToolsError.php Neal Poole 2011-06-26 01:04:50 +00:00
  • 80859c8b7e Fixed typo in PreviewFile.php Neal Poole 2011-06-26 01:04:20 +00:00
  • 673166d542 Updating minified files. Neal Poole 2011-06-24 17:35:59 +00:00
  • 3cabd23e9c Fix errors in php/TranslatorStatistic.php. Neal Poole 2011-06-24 12:08:20 +00:00
  • bf81103c91 Added support for CSRF tokens. Neal Poole 2011-06-24 03:41:05 +00:00
  • ff73acb388 Fix minor output escaping issue. Neal Poole 2011-06-23 22:33:18 +00:00
  • 7b575c67ab Fix minor output escaping issue. Neal Poole 2011-06-23 22:18:33 +00:00
  • 8d3357c953 Updated .htaccess with superior RewriteRule (thanks Felipe!) Neal Poole 2011-06-23 22:14:53 +00:00
  • fac28c5ec2 Disallow direct access to the data/ directory. Neal Poole 2011-06-23 22:06:59 +00:00
  • 1e2fbb9b50 Limit directory creation to global/lang admins. Neal Poole 2011-06-23 21:49:43 +00:00
  • 572fb47105 Various security fixes. Neal Poole 2011-06-23 21:45:31 +00:00
  • 2f30ea8021 Anonymous users should not be able to send email. Neal Poole 2011-06-23 20:42:51 +00:00
  • 8f936b16cd Fixed a typo in r312408. Neal Poole 2011-06-23 20:25:02 +00:00
  • a5e0977d17 Reverting last commit: the cookies are used by JS to preserve username/email/language selection on the login page between sessions. Instead, the REQUEST superglobal is replaced with a combination of GET and POST. Neal Poole 2011-06-23 20:09:07 +00:00
  • 689abad082 Removing unnecessary calls to setcookie. Neal Poole 2011-06-23 19:55:08 +00:00
  • cb4ebfbfcb Added access controls to controller methods. Now users must authenticate or log in anonymously before being able to access most endpoints. Neal Poole 2011-06-23 19:38:10 +00:00
  • f2bd2b9bb4 Fixed database issue caused by non-static methods being called in a static context. Properly marked aforementioned methods as static. Neal Poole 2011-06-22 21:22:06 +00:00
  • 2818f36306 Major changes to how SQL is handled. The database query method will now perform sprintf-like replacements, but will escape parameters beforehand using real_escape_string. Developers should be very careful to write their SQL queries with this in mind: strings should be properly quoted and integers should be cast as such using %d. In other news, getInstance calls for the DB have been moved to the constructor for various classes and are stored in a private instance field called conn. Neal Poole 2011-06-22 20:00:24 +00:00
  • aae3292908 Make sure nodes are always treated as integers (testing indicated they were occasionally stored as strings). Neal Poole 2011-06-22 18:10:50 +00:00
  • 4a2e848841 Fixed issue where doc-base commits would silently fail. Neal Poole 2011-06-22 17:58:03 +00:00
  • 1806ae3bc5 array_mege is not the same as array_merge. Neal Poole 2011-06-22 14:53:15 +00:00
  • dab60f0dc6 bump year Yannick Torres 2011-06-22 06:35:50 +00:00
  • 9ca79f1840 sync with last change Yannick Torres 2011-06-22 06:34:16 +00:00
  • 2aeeaa8ef3 new string from About.js Yannick Torres 2011-06-22 06:33:41 +00:00
  • 77025609e8 Fix Mibbit description Yannick Torres 2011-06-22 06:32:06 +00:00
  • 65efd97e60 sync with last Philip & Neal change Yannick Torres 2011-06-22 06:29:45 +00:00
  • 7056ec8e01 Properly encode output from Google Translate. Neal Poole 2011-06-21 18:19:35 +00:00
  • 07069f660e Changed http to https in a few places Philip Olson 2011-06-21 18:08:02 +00:00
  • 4c376a991c Added Mibbit to credits. They are donating a 'Premium' version of their IRC Widget. Philip Olson 2011-06-21 17:36:30 +00:00
  • f816a2096d Adding content-type and charset headers to response. Neal Poole 2011-06-20 22:03:50 +00:00
  • 01f432c446 Replaced calls to 'exec' with calls to 'SaferExec', which provides a limited form of parameterization for arguments to system calls. Neal Poole 2011-06-20 21:52:18 +00:00
  • f6a587b355 Removing dead code from DBConnection. Neal Poole 2011-06-20 17:40:12 +00:00
  • 17bbb6580f Escape project var too Yannick Torres 2011-06-19 23:25:45 +00:00
  • c6829a647b Fix security issue - reported by Neal Poole Yannick Torres 2011-06-19 23:22:27 +00:00
  • fe7780bf14 Fix security issue - reported by Neal Poole Yannick Torres 2011-06-19 22:48:08 +00:00
  • 180431d6d1 Fix security issue - reported by Neal Poole Yannick Torres 2011-06-19 22:40:13 +00:00
  • 3d5885602c Fix security issue - reported by Neal Poole Yannick Torres 2011-06-19 22:35:37 +00:00
  • 104be4ca4e Fix security issue - reported by Neal Poole Yannick Torres 2011-06-19 22:11:25 +00:00
  • b1a9ff043b Fix security issue Yannick Torres 2011-06-19 22:06:19 +00:00
  • 32aee251a3 Chat : port philip change into the new tab Yannick Torres 2011-06-19 06:58:35 +00:00
  • a82e2a954b Display chat into a tab rather than a window Yannick Torres 2011-06-19 06:54:23 +00:00
  • 67e4b59a05 Shorten default handle length, the limit appears to be 9. Example: poe_an424 Philip Olson 2011-06-18 13:12:39 +00:00
  • 3ca10d67c5 Add a mibbit widget to chat on IRC Yannick Torres 2011-06-18 10:32:12 +00:00
  • 1fc7231e83 Implemented SSL for php.net SVN (required now). Patch by Scott MacVicar. Philip Olson 2011-06-14 18:49:52 +00:00
  • c8ccd70518 Sync with last change Yannick Torres 2011-06-09 20:57:35 +00:00
  • 09f0bc741e Fixed filepath typos Philip Olson 2011-06-09 20:23:38 +00:00
  • 069510d35b Added CSS to the 'Help and support' (#php-oe-support) section Philip Olson 2011-06-09 18:47:20 +00:00
  • 05e9a8512e Sync with last change Yannick Torres 2011-06-09 18:28:31 +00:00
  • 573c486278 Add new string from About.js Yannick Torres 2011-06-09 18:27:44 +00:00
  • 8772a1daa8 Linked IRC #php.doc and the Mailing List (suggested by cjones) Philip Olson 2011-06-09 18:02:31 +00:00
  • f0da222ef1 tell configure.php where php is Hannes Magnusson 2011-06-08 19:45:43 +00:00
  • 59ae52a75a fix typo Yannick Torres 2011-06-08 19:44:53 +00:00
  • 28517785fd blah. name it *Log for consistency Hannes Magnusson 2011-06-08 19:41:07 +00:00
  • 1a32c06c00 typo Hannes Magnusson 2011-06-08 19:39:49 +00:00
  • 6710ead81f Add all these shell commands and output as a debug info in the returned json Hannes Magnusson 2011-06-08 19:38:42 +00:00
  • 8bf7014ef3 whoppsy, this should be fullpath Hannes Magnusson 2011-06-08 19:21:16 +00:00
  • 72ce7a3c04 We are working on a .new file, which we need to rename temporary to get into the doc build Hannes Magnusson 2011-06-08 19:18:39 +00:00
  • b3ee899a6e - Only move the specific file we want to preview - Use in-memory indexing for PhD - set the move command as a property for debugging Hannes Magnusson 2011-06-08 18:59:39 +00:00
  • ea2458b437 Only asked to save the file if it has been modified Hannes Magnusson 2011-06-08 18:58:23 +00:00
  • b387d85c4f Add a tooltip to indicate that the number of files displayed is ONLY the number of files modified by the current user Yannick Torres 2011-06-08 17:16:55 +00:00
  • 4110e47a07 Switch to ExtJs local files Yannick Torres 2011-06-08 16:46:31 +00:00
  • 1e68abad8e Add ExtJs files into the SVN Yannick Torres 2011-06-08 16:40:33 +00:00
  • f209a79d3e Add ExtJs files into the SVN Yannick Torres 2011-06-08 16:26:27 +00:00
  • f17e68c3fb Only move php file Yannick Torres 2011-06-05 21:03:05 +00:00
  • 7bd7483ccd Don't clean up manual/en/before generating a preview file Yannick Torres 2011-06-05 20:58:53 +00:00
  • 54db1c0033 Preview functionnality only for xml file Yannick Torres 2011-06-05 19:55:44 +00:00
  • 5027688f8e Only check xml when we save .xml file Yannick Torres 2011-06-05 19:49:44 +00:00
  • c6282e32aa Add new functionnality : preview a file with phD Yannick Torres 2011-06-05 19:37:07 +00:00
  • 80a8345e88 Preview functionnality Yannick Torres 2011-06-05 19:33:09 +00:00
  • bd63663236 Add 2 new options for preview functionnality Yannick Torres 2011-06-05 19:31:03 +00:00
  • c5d985a9b3 Add --noout option to suppress the display of the wall file if there is no error or no warning Yannick Torres 2011-05-15 22:02:38 +00:00
  • 6711127434 Xml check is always done before saving a file. We can't save a file with some Xml errors now. Yannick Torres 2011-05-08 17:16:04 +00:00
  • 0b5f745e2c Fix bug in XmlLint window. Now we can open multi windows Yannick Torres 2011-05-08 09:32:08 +00:00
  • e324ceee29 Fixing flags of Serbia and Sweden Nikola Smolenski 2011-03-28 05:59:44 +00:00
  • 3a779004d9 Fix serbian country code to sr Yannick Torres 2011-03-22 05:33:13 +00:00
  • c2f367c3fa sync with last change Yannick Torres 2011-03-15 06:39:41 +00:00
  • 31ecbeee57 Fix spellCheck config status Yannick Torres 2011-03-15 06:39:07 +00:00
  • c594911807 Fix division by zero Yannick Torres 2011-03-14 06:16:44 +00:00
  • 9221cf29ae As workInProgress is disable, we send email only when there is some PatchesForReview work Yannick Torres 2011-03-07 21:23:02 +00:00
  • 7ee2322868 Calculate the static version for revcheck script after each update Yannick Torres 2011-02-16 22:30:25 +00:00
  • 1581891721 fix notice on date index Yannick Torres 2011-02-08 06:20:38 +00:00
  • 074dcc1897 Disable work in progress information Yannick Torres 2011-01-31 20:41:25 +00:00
  • ea2f0c4bd0 Don't send email for ar,bg,cs,nl,el,he,pt,sl,sv as there are inactive Yannick Torres 2011-01-27 22:17:18 +00:00
  • c581640b28 Add a window validation when a VCS user open a modified file by an anonymous user from patches for review module Yannick Torres 2011-01-17 21:27:37 +00:00
  • 26d53db1b8 Allow to close a tab after the task has been executed Yannick Torres 2011-01-17 21:25:38 +00:00
  • bf61d207e1 Add a new validation window when a valid VCS user open a file modified by an anonymous user from the patches for review module ; Fix little bug too Yannick Torres 2011-01-17 21:24:42 +00:00
  • 456ebc44cd Return more information from DB when we retrieve a file from work table Yannick Torres 2011-01-17 21:23:13 +00:00
  • 038301ce91 Allow valid VCS user to clear a local change made by an anonymous user Yannick Torres 2011-01-17 21:22:23 +00:00
  • c0f6ba7d9a Allow valid VCS user to change the owner of an anonymous patch Yannick Torres 2011-01-17 21:21:17 +00:00
  • bdf103d8b8 New feature : on editor panel (except readOnly editor), we have now a zoom to open the file into a maximized window. Just modify the code into this new panel, close it to get it into the normal panel Yannick Torres 2011-01-05 18:20:29 +00:00