Commit Graph

  • 3e00b1023e # patched codeigniter's oci8 driver to cater for codepot's usecasees. # renamed user to user_account # changed some files to support oracle hyung-hwan 2015-04-29 14:31:15 +0000
  • 21b84fe0cd added the untested oracle schema file hyung-hwan 2015-04-29 02:36:41 +0000
  • bc4f0d2cae made etc/perl/Codepot/AuthenHandler.pm pgsql friendly hyung-hwan 2015-04-28 06:26:40 +0000
  • f3e0be9e00 # added databse_port to codepot.ini.in # fixed some code for postgresql # added codepot.pgsql hyung-hwan 2015-04-28 05:12:06 +0000
  • 8bc9834807 updated README hyung-hwan 2015-04-27 13:43:36 +0000
  • aaa1dd3548 fixed a minor problem of posting the same values multiple times for wrong usage of form_hidden() hyung-hwan 2015-04-27 06:52:41 +0000
  • 12bee69139 added a wildcard pattern input to the code search using X-editable hyung-hwan 2015-04-26 16:16:29 +0000
  • 390f154215 # added a summary column to the site table. made related UI changes for the added column hyung-hwan 2015-04-25 04:43:38 +0000
  • b875aba90d fixed a potential bug in projectbar hyung-hwan 2015-04-25 02:40:51 +0000
  • 90b88057fd changed the project bar to show the subtitle hyung-hwan 2015-04-25 02:31:48 +0000
  • 3493b77ba4 fixed double listings of the same directory in the rpm spec file hyung-hwan 2015-04-24 14:59:27 +0000
  • d173c685ba # implemented the sticky footer. # changed the styles of many elements including taskbar, projectbar, and footer. hyung-hwan 2015-04-24 14:43:59 +0000
  • 44c19de15d fixed the border-bottom of some tables hyung-hwan 2015-04-24 02:58:32 +0000
  • 35a72f7688 styled up some pages hyung-hwan 2015-04-24 02:42:12 +0000
  • acbb46dc3d fixed the LOC-by-file function to use the full path as a node name hyung-hwan 2015-04-23 10:19:00 +0000
  • f13d9f2c2b fixed wrong div ids hyung-hwan 2015-04-23 10:04:07 +0000
  • 85cd7cec6c adjust the style of the LOC-by-file graph hyung-hwan 2015-04-23 09:50:47 +0000
  • 5d41e1739d # added a new LOC graph by file in the code folder view. # added D3.js 3.5.5 and CodeFlower.js hyung-hwan 2015-04-23 09:25:26 +0000
  • ca598a238e added padding to the file list hyung-hwan 2015-04-23 00:48:05 +0000
  • 12bd1ca41e added icons to Enstyle and Destyle labels hyung-hwan 2015-04-23 00:40:08 +0000
  • 5ea48cee2d # changed SubversionModel->getRevProp() to allow operations on a file # added icons to some text labels hyung-hwan 2015-04-22 15:54:24 +0000
  • 252508fa85 added css/font-awesome.min.css omitted in the previous commit hyung-hwan 2015-04-22 14:09:31 +0000
  • a9dc069aab # added Font Awesome 4.3.0 # changed some code views to use fonts from FA # fixed code/graph to use given revision in generating some graphs hyung-hwan 2015-04-22 14:07:37 +0000
  • 61f8440f57 changed the SubversionModel->getFile() to return less information on demand hyung-hwan 2015-04-21 15:01:24 +0000
  • fdb7d35198 # changed the code search result to be shown with line numbers in the new style. # added an anchor to revision shown on the code search view. # added the search-in-progress effect to the search string box hyung-hwan 2015-04-21 14:34:19 +0000
  • 1ffe44458e added monaco to the fixed-width font list hyung-hwan 2015-04-20 12:21:21 +0000
  • 0535c21438 removed the background image from the .ui-widget-content class hyung-hwan 2015-04-20 04:45:09 +0000
  • 0b570f334b relocated log tables into another panel in site home and project home hyung-hwan 2015-04-19 16:31:07 +0000
  • 60de017146 changed the code revision view to show information in collasible boxes hyung-hwan 2015-04-19 16:18:29 +0000
  • be199e68ee # changed the diff view to use a separate floating span to show line numbers. # changed the blame view to use separte floating spans to show authors and revisions. hyung-hwan 2015-04-19 15:17:35 +0000
  • 1d5a16a1d4 # added sanity check on user settigs taken from the session/cookie data # added revision navigator in the code folder view. # added etag/last-modified to user icon retrieval. # fixed various css issues hyung-hwan 2015-04-18 16:09:57 +0000
  • a382e3979c made issue lists foldable in the site home view hyung-hwan 2015-04-17 13:41:04 +0000
  • 1251037e4b renamed the variable name that should have been renamed some commits ago hyung-hwan 2015-04-17 13:04:44 +0000
  • b0188e8603 tuned css styles further hyung-hwan 2015-04-17 12:53:54 +0000
  • 22be8a0803 fixed a bug of not escaping comment output in the code revision view hyung-hwan 2015-04-17 11:18:48 +0000
  • 4524a85301 added the codepot_merge_path() javascript function hyung-hwan 2015-04-17 11:10:24 +0000
  • bc8e17d28d cleaned up css slightly more hyung-hwan 2015-04-17 10:30:03 +0000
  • cc358baa17 cleaned up css a bit hyung-hwan 2015-04-17 08:03:12 +0000
  • 7a6a37895e added padding-left to project_home_sidebar hyung-hwan 2015-04-17 05:57:57 +0000
  • 31f433b375 added the 'All' button next to the 'Change log' label in sidebar boxes to put back the lost href link for the collapsible sidebar box implementation hyung-hwan 2015-04-17 05:56:04 +0000
  • 3432debaa2 made sidebar boxes collapsible in the project home view and the site home view hyung-hwan 2015-04-17 05:26:24 +0000
  • 39139aa5c2 # added codepot_htmlspecialchars by copying htmlspecialchars from phpjs.org. # renamed some instances of the words 'details' to 'metadata' # renamed the database column 'code_hide_details' to 'code_hide_metadata'. # almost finished the new project_catalog page. hyung-hwan 2015-04-17 04:02:42 +0000
  • 434a1f8f3f #fixed bugs not handling some special cases in code diff view including subversionmodel. # partially changed the project catalog view to use ajax to load the project list hyung-hwan 2015-04-16 15:08:46 +0000
  • d3b7e8c43e fixed wrong jquery inclusion in graph-main hyung-hwan 2015-04-15 17:18:42 +0000
  • 94e8bddd46 # added project/search_json to support the quick project finder on the top taskbar. # adjusted some styles in jquery-ui.css # changed some view files to use $(function() {}) instread of "body onload=". # fixed a bug of showing some garbages in the diff view - it showed property changes before this fix hyung-hwan 2015-04-15 17:01:01 +0000
  • e88282f081 # enhanced code search with more options(inversion, recursion, case-insensivity, file name search, regex) # updated jquery to 1.11.2 and jquery-ui to 1.9.2 hyung-hwan 2015-04-15 07:52:29 +0000
  • ff3bb55222 changed styles a bit hyung-hwan 2015-04-14 14:48:09 +0000
  • 58b557b2fe fixed a bug in showing a wrong revision in the folder view hyung-hwan 2015-04-14 09:47:27 +0000
  • e1a3fe625b switched to use the shutdown hook to delete residue files after transmitting a zipped file hyung-hwan 2015-04-14 07:09:59 +0000
  • b3040e5c47 removed the italic style from the footer hyung-hwan 2015-04-14 06:24:34 +0000
  • 70627fb83c made minor changes to subversionmodel hyung-hwan 2015-04-14 05:40:36 +0000
  • 6c03fe0bb4 changed log messages and added another ZipArchive availablity check hyung-hwan 2015-04-14 05:34:28 +0000
  • 39ca68b8ad added check for ZipArchive availability hyung-hwan 2015-04-14 05:16:41 +0000
  • 73d47592aa supported directory download hyung-hwan 2015-04-14 04:11:27 +0000
  • c8eb4f1d0d synchronized pecl-svn with the upstream r336509 hyung-hwan 2015-04-13 06:04:02 +0000
  • 5ac961bbea changed the code revision view to hide unneeded divisions before rendering wiki text hyung-hwan 2015-04-13 03:51:59 +0000
  • a05f05458c changed the code revision view to show property changes hyung-hwan 2015-04-13 03:41:12 +0000
  • bd625f0cc1 output a space between the text and the left_arrow_indicator hyung-hwan 2015-04-13 00:31:16 +0000
  • b4678abe12 fixed the default configuration file hyung-hwan 2015-04-12 16:10:37 +0000
  • a950cb9e30 # incremented the version number to 0.3.0 to begin working on the 0.3.0 release # added svn_tag_property to support soft tagging/labeling # changed some code views to show the tag # enhanced the revision view to tag/untag the revision hyung-hwan 2015-04-12 15:31:09 +0000
  • f915bca6d5 updated README a bit hyung-hwan 2015-04-11 15:37:00 +0000
  • 5edf468963 fixed packaging glitches hyung-hwan 2015-04-11 14:28:29 +0000
  • 47c7b65fee improved installation steps in README hyung-hwan 2015-04-11 06:11:31 +0000
  • 78d8a273fc fixed the style of readme pane hyung-hwan 2015-04-10 15:46:13 +0000
  • 6aef1d1571 updated README hyung-hwan 2015-04-10 15:34:16 +0000
  • 8ae0d6d474 fixed minor build problems hyung-hwan 2015-04-10 15:14:19 +0000
  • acf94fa650 # incremented the version number to 0.2.0 # switched PHP short open tags to the full open tags. # included pecl-svn into the project # fixed various RPM packaging problems for PHP 5.3 and SELinux hyung-hwan 2015-04-10 14:48:38 +0000
  • af181f9d71 added some padding to readme division in code folder view hyung-hwan 2015-04-09 09:45:41 +0000
  • 59c3fe98e0 removed an empty line from codepot.ini.in hyung-hwan 2015-04-09 09:35:24 +0000
  • 07a5b937f5 added a new configuration item code_folder_readme hyung-hwan 2015-04-09 09:33:04 +0000
  • 83f1fa989a enhanced the folder view to display README or similar files hyung-hwan 2015-04-09 09:14:01 +0000
  • 59c6044680 changed some default values in codepot.ini.in hyung-hwan 2015-04-09 05:43:06 +0000
  • 6803708c69 added some text to codepot.ini.in hyung-hwan 2015-04-09 05:21:47 +0000
  • c92caa1239 deleted websvn.css hyung-hwan 2015-04-09 05:01:58 +0000
  • bef9bd6b67 fixed typos in README hyung-hwan 2015-04-09 04:55:39 +0000
  • 57f6c2656a removed Chart.js from the project hyung-hwan 2015-04-09 04:23:43 +0000
  • 7e5c029520 added preview to the issue change form hyung-hwan 2015-04-09 03:34:49 +0000
  • 40de03b42d enhanced diff finding given two strings in the code diff view. codepot_find_matching_sequences() and codepot_find_longest_matching_sequence() have been added for this hyung-hwan 2015-04-04 15:46:24 +0000
  • ac76f8e48a fixed the side-effect of having 'white-sapce: normal' in '.content ol'. thanks to yusheng hyung-hwan 2015-04-03 16:16:33 +0000
  • 6f2ead35ba added white-space property to .content ul and .content ol hyung-hwan 2015-04-02 13:47:10 +0000
  • 0d1b23fc9b delete history_json from the code controller hyung-hwan 2015-04-01 08:54:42 +0000
  • 476dfe6a6e changed the title tag value of the site home page hyung-hwan 2015-04-01 08:10:12 +0000
  • 106730e32c changed title of some pages hyung-hwan 2015-04-01 08:01:46 +0000
  • f06898a1af fixed a ascii-to-hex conversion bug in creole.js hyung-hwan 2015-03-31 14:10:02 +0000
  • 5afc05ad1e changed code_folder to use the language entries for some words hyung-hwan 2015-03-31 12:39:41 +0000
  • cd38bcce95 fixed the wiki access problem for a non-public project hyung-hwan 2015-03-31 04:15:37 +0000
  • 559130a6e5 changed the data order in the foler loc graph hyung-hwan 2015-03-31 00:43:21 +0000
  • aa1d4587cc added a primitive LOC graph for a directory hyung-hwan 2015-03-30 14:24:56 +0000
  • 1c7909a453 restored common.css lost hyung-hwan 2015-03-30 06:43:50 +0000
  • cd38d90ffd updated graph_main.php a bit hyung-hwan 2015-03-29 09:02:55 +0000
  • d16c235cb9 added the commiter-dissect-per-month graph hyung-hwan 2015-03-29 09:00:16 +0000
  • fc1703d346 updated src/js/Makefile.in hyung-hwan 2015-03-29 05:57:44 +0000
  • 8b19ad4754 added flot tickrotor hyung-hwan 2015-03-29 05:57:13 +0000
  • 0f7b18c260 adjusted bar chart margin hyung-hwan 2015-03-29 05:28:42 +0000
  • d39eb6a145 updated styles of some graphs hyung-hwan 2015-03-29 05:25:52 +0000
  • 4f71ab3203 updated build files hyung-hwan 2015-03-29 05:03:17 +0000
  • bc60619434 added the flot chart hyung-hwan 2015-03-29 04:47:03 +0000
  • c3ca69b67f touched up input form styling hyung-hwan 2015-03-27 07:23:20 +0000
  • 13e1743f7e adjusted the style of the login view a bit hyung-hwan 2015-03-26 13:43:05 +0000
  • fdce39b5c9 removed border from the sigin-in button of the login view hyung-hwan 2015-03-26 13:39:17 +0000