Commit Graph

557 Commits

Author SHA1 Message Date
ef83a9b1f3 changed the pre-commit script further to exclude repeated spaces in getting the message length 2015-08-04 11:24:08 +00:00
a0c5fb4dbd changed the pre-commit script to exclude repeated punctuation symbols in getting the message length 2015-08-04 11:15:59 +00:00
5541c1913b substituted fopen/fread/fclose() for faulty readfile on a big file 2015-08-03 02:58:04 +00:00
aa0e52e8dd fixed a bug that caused a php error when a readme file was not a regular file 2015-06-29 09:50:11 +00:00
29354a812c changed the number part in the revision number of the diff view to link to the code listing view 2015-05-14 08:01:53 +00:00
3a1ae6fee4 changed the post-commit script to use perl modules to get the revision author instead of executing svnlook 2015-05-14 04:13:12 +00:00
ede07c8778 added the edit link to the code blame view 2015-05-14 01:45:33 +00:00
2c511a5b6d changed the comment marker in codepot.ini.in 2015-05-13 16:15:24 +00:00
ee72702214 changed the code edit view to fall back to the text type when no type is detected 2015-05-13 16:11:43 +00:00
3ad3aaf5f3 added missed files. 2015-05-13 15:55:58 +00:00
9d945e5324 added code editing of an existing file.
added the ACE editor for the new feature
2015-05-13 15:51:39 +00:00
020d187a42 deleted redundant title tags from some view files 2015-05-08 05:28:32 +00:00
3e00b1023e # patched codeigniter's oci8 driver to cater for codepot's usecasees.
# renamed user to user_account
# changed some files to support oracle
2015-04-29 14:31:15 +00:00
21b84fe0cd added the untested oracle schema file 2015-04-29 02:36:41 +00:00
bc4f0d2cae made etc/perl/Codepot/AuthenHandler.pm pgsql friendly 2015-04-28 06:26:40 +00:00
f3e0be9e00 # added databse_port to codepot.ini.in
# fixed some code for postgresql
# added codepot.pgsql
2015-04-28 05:12:06 +00:00
8bc9834807 updated README 2015-04-27 13:43:36 +00:00
aaa1dd3548 fixed a minor problem of posting the same values multiple times for wrong usage of form_hidden() 2015-04-27 06:52:41 +00:00
12bee69139 added a wildcard pattern input to the code search using X-editable 2015-04-26 16:16:29 +00:00
390f154215 # added a summary column to the site table.
made related UI changes for the added column
2015-04-25 04:43:38 +00:00
b875aba90d fixed a potential bug in projectbar 2015-04-25 02:40:51 +00:00
90b88057fd changed the project bar to show the subtitle 2015-04-25 02:31:48 +00:00
3493b77ba4 fixed double listings of the same directory in the rpm spec file 2015-04-24 14:59:27 +00:00
d173c685ba # implemented the sticky footer.
# changed the styles of many elements including taskbar, projectbar, and footer.
2015-04-24 14:43:59 +00:00
44c19de15d fixed the border-bottom of some tables 2015-04-24 02:58:32 +00:00
35a72f7688 styled up some pages 2015-04-24 02:42:12 +00:00
acbb46dc3d fixed the LOC-by-file function to use the full path as a node name 2015-04-23 10:19:00 +00:00
f13d9f2c2b fixed wrong div ids 2015-04-23 10:04:07 +00:00
85cd7cec6c adjust the style of the LOC-by-file graph 2015-04-23 09:50:47 +00:00
5d41e1739d # added a new LOC graph by file in the code folder view.
# added D3.js 3.5.5 and CodeFlower.js
2015-04-23 09:25:26 +00:00
ca598a238e added padding to the file list 2015-04-23 00:48:05 +00:00
12bd1ca41e added icons to Enstyle and Destyle labels 2015-04-23 00:40:08 +00:00
5ea48cee2d # changed SubversionModel->getRevProp() to allow operations on a file
# added icons to some text labels
2015-04-22 15:54:24 +00:00
252508fa85 added css/font-awesome.min.css omitted in the previous commit 2015-04-22 14:09:31 +00:00
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
2015-04-22 14:07:37 +00:00
61f8440f57 changed the SubversionModel->getFile() to return less information on demand 2015-04-21 15:01:24 +00:00
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
2015-04-21 14:34:19 +00:00
1ffe44458e added monaco to the fixed-width font list 2015-04-20 12:21:21 +00:00
0535c21438 removed the background image from the .ui-widget-content class 2015-04-20 04:45:09 +00:00
0b570f334b relocated log tables into another panel in site home and project home 2015-04-19 16:31:07 +00:00
60de017146 changed the code revision view to show information in collasible boxes 2015-04-19 16:18:29 +00:00
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.
2015-04-19 15:17:35 +00:00
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
2015-04-18 16:09:57 +00:00
a382e3979c made issue lists foldable in the site home view 2015-04-17 13:41:04 +00:00
1251037e4b renamed the variable name that should have been renamed some commits ago 2015-04-17 13:04:44 +00:00
b0188e8603 tuned css styles further 2015-04-17 12:53:54 +00:00
22be8a0803 fixed a bug of not escaping comment output in the code revision view 2015-04-17 11:18:48 +00:00
4524a85301 added the codepot_merge_path() javascript function 2015-04-17 11:10:24 +00:00
bc8e17d28d cleaned up css slightly more 2015-04-17 10:30:03 +00:00
cc358baa17 cleaned up css a bit 2015-04-17 08:03:12 +00:00