Commit Graph

652 Commits

Author SHA1 Message Date
e409324188 improved the issue show view to manipulate attached files 2015-12-29 16:52:09 +00:00
e88ccc1a9b added an edit dialog to the issue_show view 2015-12-29 14:03:26 +00:00
ac286371e6 added partial changes to support attachments in issue management 2015-12-29 10:19:03 +00:00
7d6110b117 added new stdClass() in various places 2015-12-28 13:48:40 +00:00
37b86d5049 fixed a fault in codepot.myysql 2015-12-26 16:01:06 +00:00
8fa4eecd05 added xhr_gettagrev to code.php 2015-12-08 03:07:39 +00:00
50c68bbab3 added charset detection using svn:mime-type to code_file and code_blame. need to add the same code to more views 2015-11-02 08:13:15 +00:00
7d5e336664 added the codecharset field to the project table.
changed the code_file view and the code_blame view to use it.
code_diff view yet to be changed. project view yet to be changed to be able to modify the field
2015-10-28 16:20:11 +00:00
65b0e818cc added file addition and file editing feature in the file show view
enhanced the file home view to show a file entry without actual upload files.
updated the wiki show view not to use the colum-count css element when the count is 1
2015-09-12 05:45:24 +00:00
798ff45888 fixed a button's click handler to return false in the wiki show view to prevent the default action over the anchor 2015-09-11 05:26:44 +00:00
6f67f906f9 fixed a wrong message in a message file 2015-09-08 13:05:46 +00:00
5186e3cdb1 enhanced $.ajax error message handling 2015-09-08 05:16:25 +00:00
13fcabd21e added missing project membership check in xhr_import() and related functions in file.php and code.php 2015-09-08 04:22:35 +00:00
c0126a059e hid the file deletion agreement division when not logged in 2015-09-07 10:42:44 +00:00
9a49a20c6d implemented the file deletion into the file show view.
abandoned the file delete view
2015-09-07 10:27:13 +00:00
ac00c36910 dropped the encname column from the file table
updated database schema files
2015-09-07 01:07:44 +00:00
fbbecb6162 fixed the bug of miscalculating the total file count in the file home view
disallowed a slash in a file name to be uploaded
2015-09-07 00:48:14 +00:00
3e23b914d6 updated migration info 2015-09-06 15:10:52 +00:00
c671cafa5d enhanced the file home view to upload multiple files and deprecated the file creation view
added the file_list table.
dropped the md5sum and summary columns from the file table
2015-09-06 15:02:46 +00:00
978bb9d359 fixed bugs found in the previous changes to svn_update2() and svn_checkout() 2015-09-04 14:25:36 +00:00
9c974dc71b added svn_update2() that supports depth
updated svn_checkout() to support depth as well
2015-09-04 13:28:10 +00:00
1914f8117d updated building process for debian and fixed minor code glitches 2015-08-31 05:17:55 +00:00
5d178b4366 allowed multiple file selection in the new upload dialog of the code folder view.
deleted legacy form posting handling from the code folder view and the code controller
2015-08-28 07:57:47 +00:00
3abd8c62bb updated the post-commit hook to include the commit message in the notification email 2015-08-28 02:06:26 +00:00
986812edd5 enhanced the code folder view to allow renaming 2015-08-28 02:01:16 +00:00
c5ba6ef358 enhanced the code folder view to be able to create new empty files 2015-08-27 13:02:00 +00:00
5bb0583aa0 fixed an indentation fault 2015-08-27 10:04:35 +00:00
779ba51a8f enabled the code folder view to delete selected files/directories. 2015-08-27 08:55:33 +00:00
05ef3af213 enhanced the code folder view to show an executable file differently 2015-08-26 09:49:37 +00:00
d790696448 removed the successful saving alert in the code edit view 2015-08-19 02:58:18 +00:00
887941baad improved usability of some code views a bit 2015-08-19 02:49:37 +00:00
3666d1f737 fixed the problem of the doubled sender email in post-commit 2015-08-18 05:15:54 +00:00
f508388640 added Code::xhr_import() to support ajax based file/directory adding in the code folder view 2015-08-18 03:43:50 +00:00
e1d111f026 touched up the file and directory adding interface in the code folder view 2015-08-17 04:48:37 +00:00
a696b3be30 called htmlspeciallchars() to escape a file import error message 2015-08-16 13:08:22 +00:00
cf532ebaf9 added a new feature that allows you to create files by uploading files. this also allows creation of directories.
added new configuration items: commit_notification and commit_review_notification
2015-08-16 11:06:39 +00:00
0986be08db changed the code/revision controller to return failure if the revision number is negative 2015-08-14 05:16:36 +00:00
38e63af4fb added a new configuration item commit_notification_url 2015-08-13 05:33:23 +00:00
81367f8ade fixed a bug of not getting an email address when ldap_auth_mode is 2 2015-08-13 03:23:43 +00:00
342ab2170c fixed a bug in post-commit of not handling ldap_auth_mode 2 properly 2015-08-13 02:56:58 +00:00
709d459d09 added email notification upon a new commit 2015-08-13 02:20:26 +00:00
37da83d444 added a new configuration item 'email_sender'
enhanced the code review controller to send a email when a new review message is inserted
2015-08-12 14:11:59 +00:00
65d86d4ce6 fixed a pagination bug when showing log messages for a user 2015-08-10 04:48:14 +00:00
47a26a4c5c added 1 more message filtering check in pre-commit 2015-08-06 15:46:37 +00:00
f62d9e9d8a added contains_repeated_chars into pre-commit 2015-08-06 15:32:56 +00:00
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
7a6a37895e added padding-left to project_home_sidebar 2015-04-17 05:57:57 +00:00
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 2015-04-17 05:56:04 +00:00
3432debaa2 made sidebar boxes collapsible in the project home view and the site home view 2015-04-17 05:26:24 +00:00
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.
2015-04-17 04:02:42 +00:00
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
2015-04-16 15:08:46 +00:00
d3b7e8c43e fixed wrong jquery inclusion in graph-main 2015-04-15 17:18:42 +00:00
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
2015-04-15 17:01:01 +00:00
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
2015-04-15 07:52:29 +00:00
ff3bb55222 changed styles a bit 2015-04-14 14:48:09 +00:00
58b557b2fe fixed a bug in showing a wrong revision in the folder view 2015-04-14 09:47:27 +00:00
e1a3fe625b switched to use the shutdown hook to delete residue files after transmitting a zipped file 2015-04-14 07:09:59 +00:00
b3040e5c47 removed the italic style from the footer 2015-04-14 06:24:34 +00:00
70627fb83c made minor changes to subversionmodel 2015-04-14 05:40:36 +00:00
6c03fe0bb4 changed log messages and added another ZipArchive availablity check 2015-04-14 05:34:28 +00:00
39ca68b8ad added check for ZipArchive availability 2015-04-14 05:16:41 +00:00
73d47592aa supported directory download 2015-04-14 04:11:27 +00:00
c8eb4f1d0d synchronized pecl-svn with the upstream r336509 2015-04-13 06:04:02 +00:00
5ac961bbea changed the code revision view to hide unneeded divisions before rendering wiki text 2015-04-13 03:51:59 +00:00
a05f05458c changed the code revision view to show property changes 2015-04-13 03:41:12 +00:00
bd625f0cc1 output a space between the text and the left_arrow_indicator 2015-04-13 00:31:16 +00:00
b4678abe12 fixed the default configuration file 2015-04-12 16:10:37 +00:00
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
2015-04-12 15:31:09 +00:00
f915bca6d5 updated README a bit 2015-04-11 15:37:00 +00:00
5edf468963 fixed packaging glitches 2015-04-11 14:28:29 +00:00
47c7b65fee improved installation steps in README 2015-04-11 06:11:31 +00:00
78d8a273fc fixed the style of readme pane 2015-04-10 15:46:13 +00:00
6aef1d1571 updated README 2015-04-10 15:34:16 +00:00
8ae0d6d474 fixed minor build problems 2015-04-10 15:14:19 +00:00
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
2015-04-10 14:48:38 +00:00
af181f9d71 added some padding to readme division in code folder view 2015-04-09 09:45:41 +00:00
59c3fe98e0 removed an empty line from codepot.ini.in 2015-04-09 09:35:24 +00:00
07a5b937f5 added a new configuration item code_folder_readme 2015-04-09 09:33:04 +00:00
83f1fa989a enhanced the folder view to display README or similar files 2015-04-09 09:14:01 +00:00
59c6044680 changed some default values in codepot.ini.in 2015-04-09 05:43:06 +00:00
6803708c69 added some text to codepot.ini.in 2015-04-09 05:21:47 +00:00
c92caa1239 deleted websvn.css 2015-04-09 05:01:58 +00:00
bef9bd6b67 fixed typos in README 2015-04-09 04:55:39 +00:00
57f6c2656a removed Chart.js from the project 2015-04-09 04:23:43 +00:00
7e5c029520 added preview to the issue change form 2015-04-09 03:34:49 +00:00
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
2015-04-04 15:46:24 +00:00
ac76f8e48a fixed the side-effect of having 'white-sapce: normal' in '.content ol'. thanks to yusheng 2015-04-03 16:16:33 +00:00
6f2ead35ba added white-space property to .content ul and .content ol 2015-04-02 13:47:10 +00:00
0d1b23fc9b delete history_json from the code controller 2015-04-01 08:54:42 +00:00
476dfe6a6e changed the title tag value of the site home page 2015-04-01 08:10:12 +00:00
106730e32c changed title of some pages 2015-04-01 08:01:46 +00:00
f06898a1af fixed a ascii-to-hex conversion bug in creole.js 2015-03-31 14:10:02 +00:00
5afc05ad1e changed code_folder to use the language entries for some words 2015-03-31 12:39:41 +00:00
cd38bcce95 fixed the wiki access problem for a non-public project 2015-03-31 04:15:37 +00:00
559130a6e5 changed the data order in the foler loc graph 2015-03-31 00:43:21 +00:00
aa1d4587cc added a primitive LOC graph for a directory 2015-03-30 14:24:56 +00:00
1c7909a453 restored common.css lost 2015-03-30 06:43:50 +00:00
cd38d90ffd updated graph_main.php a bit 2015-03-29 09:02:55 +00:00
d16c235cb9 added the commiter-dissect-per-month graph 2015-03-29 09:00:16 +00:00
fc1703d346 updated src/js/Makefile.in 2015-03-29 05:57:44 +00:00
8b19ad4754 added flot tickrotor 2015-03-29 05:57:13 +00:00
0f7b18c260 adjusted bar chart margin 2015-03-29 05:28:42 +00:00
d39eb6a145 updated styles of some graphs 2015-03-29 05:25:52 +00:00
4f71ab3203 updated build files 2015-03-29 05:03:17 +00:00
bc60619434 added the flot chart 2015-03-29 04:47:03 +00:00
c3ca69b67f touched up input form styling 2015-03-27 07:23:20 +00:00
13e1743f7e adjusted the style of the login view a bit 2015-03-26 13:43:05 +00:00
fdce39b5c9 removed border from the sigin-in button of the login view 2015-03-26 13:39:17 +00:00
790afc2581 enhanced the style of the login view 2015-03-26 13:34:13 +00:00
424f73ef6c added background images to username and password fields in taskbar 2015-03-26 12:47:37 +00:00
2dcc5883fe fixed more css styles 2015-03-26 06:14:08 +00:00
6586260e42 fixed a wrong css rule 2015-03-26 06:01:41 +00:00
d060b4773e added simple multi-column wiki rendering using css 2015-03-26 05:52:21 +00:00
23540ff950 changed style of some elements in taskbar 2015-03-26 02:59:37 +00:00
fd43dd7df7 added a missing file 2015-03-25 14:28:53 +00:00
49f8ae31e7 changed the projectbar style 2015-03-25 14:05:01 +00:00
0d499dcd2b enhanced the wiki edit view to be able to rename the page itself 2015-03-25 07:29:18 +00:00
2702b84b81 changed to use | instead of : in hex-ascii conversion 2015-03-17 06:48:16 +00:00
5e58b3eda2 changed creole.js to use a new style ascii-to-hex conversion 2015-03-17 04:17:26 +00:00
47b17bdcf4 fixed hea x/ascii conversion bug 2015-03-16 02:30:41 +00:00
2337a0f09b changed the hex-ascii conversion style 2015-03-16 01:54:29 +00:00
2bdd1e5e45 specified order_by in FileMode::getAll 2015-03-03 07:08:45 +00:00
ef8f044d12 created a dedicate graph page.
modified Chart.js to provide tooltipLabel: in other graph types
2015-02-16 14:43:54 +00:00
302be32590 included datarootdir reference to configure.ac 2015-02-16 12:38:13 +00:00
c8a638d51f changed the default values of some configuration items 2015-02-16 12:32:49 +00:00
827e4b4e87 enhanced the directory restriction of the pre-commit hook configurable 2015-02-16 12:27:25 +00:00
63d0c15ef9 changed the pre-commit hook for old perls 2015-02-16 02:32:32 +00:00
fe6921fbed touched up the pre-commit hook 2015-02-16 02:01:33 +00:00
310e53d9b4 enhanced the pre-commit hook script to restrict some operations 2015-02-15 18:10:37 +00:00
05d7176321 changed the way to detect images in the code-file view 2015-02-13 07:28:11 +00:00
dfcf18917b improved the code_file view slightly to display a image stream as an image 2015-02-13 07:15:55 +00:00
985f60fa40 added a missing comma 2015-02-12 16:53:25 +00:00
27c5e47ed3 added a new status code - testing 2015-02-12 16:51:18 +00:00
e10ed7f5c6 touched up css files a bit 2015-02-12 16:29:45 +00:00
ae2036b4f2 fixed the Chart.js tooltipLabels hack to work correctly with a single data set. 2015-02-12 15:56:14 +00:00
f0ae5dcd1d added a hack to the Line chart of Chart.js to accept tooltipLabels 2015-02-12 15:31:41 +00:00
cf54a7e0ec deleted Chart.min.js and added Chart.js 2015-02-12 15:31:05 +00:00
6f8e76d2f5 changed scaling of the commits-per-month graph 2015-02-12 14:51:54 +00:00
5d877702e7 added a fake data point when the number of data point is less than 2 in the project_home view 2015-02-12 02:14:57 +00:00
78483d9034 specified the radix in a call to parseInt 2015-02-10 15:57:26 +00:00
a0b82bc80f dropped msg and paths when returning history as json.
changed the commits-per-month graph to show every 3 x-labeas only
2015-02-10 15:48:29 +00:00
aa5dbff8d7 added commiters-per-month datset 2015-02-10 14:23:48 +00:00
7bfde589e2 added codepot_json_encode 2015-02-10 13:24:55 +00:00
596a641fcf changed to generate commit-per-month graph using chart.js 2015-02-10 13:24:22 +00:00
c9cb19ae17 fixed a bug of dstoring a wrong value into the createdon field 2015-02-10 04:32:32 +00:00
316aa08bff more styling adjustment on the commits-per-month graph 2015-02-10 02:56:50 +00:00
3264070495 adjusted styling of commiits-per-month graph 2015-02-10 02:49:49 +00:00
a8f5e0a30e added code to ignore a line beginning with a backslash in parsing the diff output 2015-02-09 05:16:51 +00:00
af0ff51997 adjusted the bar graph width when spacing is disabled 2015-02-08 05:55:08 +00:00
4fc812ef91 enhanced the commits-per-month graph 2015-02-08 05:00:19 +00:00
d12de4e0cf touched up the commits-per-month graph 2015-02-06 15:52:55 +00:00
f86c4dcabe updated display of the commits-per-month graph 2015-02-06 15:21:21 +00:00
b0720d88fa added a commits-per-month graph to the project home view 2015-02-06 14:55:34 +00:00
3b58b30b79 fixed makefile.am 2015-02-06 14:12:01 +00:00
2297420797 finished primitive code review editing 2015-02-06 14:03:12 +00:00
98695a00b5 added more code to support review comment editing 2015-02-06 09:26:33 +00:00
d1b18b9973 added preparatory code to support review comment editing 2015-02-06 06:23:50 +00:00
da36c01a36 added the fulldiff link in the code folder view 2015-02-06 01:54:05 +00:00
7b799a6f2a set the size of the LOC graph in the code file view 2015-02-06 01:29:37 +00:00
111c662dec fixed the cloc graph generator to purge temporary files properly 2015-02-05 13:20:29 +00:00
b690831cb0 added a single file CLOC support 2015-02-05 13:12:37 +00:00
417e35c629 switched md5 display to a list in the file show view 2015-02-05 09:32:44 +00:00
ab299867ee changed the file show view to display information dynamically 2015-02-05 09:28:09 +00:00
eb142f5bb7 enhanced subversion model to to retry with a pegged url when calling svn_cat() for diffing 2015-02-05 08:20:45 +00:00
9474738217 changed the wiki show view to display page information more dynamically 2015-02-05 07:54:44 +00:00
ed8d5d57bb fixed typos 2015-02-05 02:43:20 +00:00
3df3fb3f25 added #C and #F shortcuts 2015-02-05 01:23:20 +00:00
2acb80bcf1 changed the width of the user icon in the side-bar 2015-02-04 12:23:09 +00:00
187ef7705a added the login check and the project public access check in the graphing function 2015-02-04 08:02:12 +00:00
7dc151b1c1 fixed indentation 2015-02-04 07:46:53 +00:00
cce5c5be47 changed user icon delivery - still lacking etags/if-none-match handling 2015-02-04 07:40:32 +00:00
0198854319 showed a creator in wiki show and project home views 2015-02-04 06:00:07 +00:00
3832a12167 enhanced the tweak to handle MSIE 11 2015-02-04 01:55:05 +00:00
cead914a34 added missing semicolons 2015-02-04 01:24:20 +00:00
20bf9bd869 added a tweak for MSID in code diff view 2015-02-04 01:21:23 +00:00
ee8190d27d changed the unknown author handling in the code controller 2015-02-04 01:03:27 +00:00
8188f104c1 made minor changes to css files 2015-02-03 13:46:26 +00:00
99a9a48eeb made minor code changes 2015-02-03 13:36:07 +00:00
c31e4aebb8 handled a corner case of no author in the code history 2015-02-03 13:06:04 +00:00
4a2a119bec added simple graphs into the code history view 2015-02-03 12:48:20 +00:00
adcce47950 changed the user settings view 2015-02-03 04:49:47 +00:00
dd3f458704 added user icon upload 2015-02-03 04:41:55 +00:00
c493c6f152 added @ to the call to file_get_contents in the project_home view 2015-02-02 07:30:21 +00:00
cf220eb01a enabled prettyprinting in various wiki formatting pages 2015-02-02 06:58:01 +00:00
812bdf6547 added a codeBlock tag to creole and changed wiki-show and project-home pages to use prettify to render the codeBlock regiion 2015-02-02 02:36:42 +00:00
82102eab8b added a codeBlock tag to creole and changed wiki-show and project-home pages to use prettify to render the codeBlock regiion 2015-02-02 02:36:34 +00:00
d7fe16c2ea switched the diff view to the same style as the full diff view 2015-02-01 13:07:41 +00:00
9ff52ef0fa changed how to show a user icon in the project member list 2015-01-30 14:08:03 +00:00
802a0bd142 changed the footer style 2015-01-30 13:41:46 +00:00
69566d8317 fixed a bug of showing unneeded inputbox in code revision view when not signed in 2015-01-30 08:55:02 +00:00
afe628aabe adjusted the size of the sign-in button 2015-01-30 08:34:08 +00:00
cac4433101 fixed a bug of not showing whitespaces at the end of different lines in the full diff view 2015-01-30 06:13:15 +00:00
db114f4aa4 fixed some bugs in the fulldiff view 2015-01-30 05:54:18 +00:00
5b691e780f added the defintion of the new code_review table in codepot.mysql 2015-01-29 13:48:35 +00:00
d6a2a3ad31 Added primitive commenting feature to the code revision view 2015-01-29 13:46:47 +00:00
f54a47e46b started adding review comment editing to code_revision.php 2015-01-28 13:52:30 +00:00
7dabb672e3 changed a few variable names 2015-01-28 02:58:49 +00:00
58bb110c92 improved the full diff view a bit more 2015-01-28 02:52:29 +00:00
5fc888924c enhanced the full diff view slightly 2015-01-27 13:01:33 +00:00
11e60639af added full view of code difference 2015-01-25 17:09:28 +00:00
d5b787036f changed LoginModel to use HTTP_HOST instead of SERVER_NAME and SERVER_PORT 2014-11-12 04:21:54 +00:00
d033a7af79 strengthened commit message check 2014-11-01 15:23:43 +00:00
97afd1191c enhanced the ohloh widget support 2014-10-12 13:22:23 +00:00
270c2c8f8b changed config/config.php to add ['REQUEST_PROTOCOL'].
changed the subversion repository anchor to have the trailing slash
2014-10-12 13:05:40 +00:00
9dcf9a5daa changed the way to detect https and http using x-forwarded-proto 2014-10-10 17:28:00 +00:00
fceb0475d2 added a style for an image located in a list 2014-09-26 03:10:24 +00:00
ec72e4f8d8 fixed wrong attachment base in the wiki editing page 2014-09-24 15:08:33 +00:00
e37a418985 changed the issue creation page to set the owner to the current signed-in user if he/she is a member. if not, the issue goes to the first user 2014-09-16 03:07:21 +00:00
0b9d44ea4a changed a variable name 2014-06-24 15:24:27 +00:00
7cd9b13e19 changed the taskbar to display a user icon 2014-06-24 15:23:03 +00:00
8e3824cb3c added usericon_dir. also added some functions useful for showing a user icon 2014-06-24 15:10:31 +00:00
c31129a21a changed how to carry around project members 2014-06-24 13:52:05 +00:00
8cefbb0f69 fixed the rpm spec file to include subversion-perl 2014-06-23 15:03:52 +00:00
a8396bead3 changed projectmodel.php to install pre-commit when creating a new project 2014-06-23 15:02:58 +00:00
47ea5a0ff4 enhanced pre-revprop-change to:
* check the minimum log message length.
* check if svn:author is empty
* prevent deletion of svn:log, svn:date, svn:author revision properties
2014-06-23 14:57:07 +00:00
4b70c0a4c6 fixed indentation in start-commit.in 2014-06-23 10:18:00 +00:00
3bcd394501 fixed indentation 2014-06-23 10:16:51 +00:00
b448ee94e5 rewritten pre-commit and added svn_min_commit_message_length 2014-06-23 10:07:08 +00:00
1eb3334f65 added Preview to the language files 2014-06-16 02:22:58 +00:00
e5275bbe67 fixed indentation 2014-06-15 17:47:47 +00:00
1efb57fed8 added preview buttons to various edit pages 2014-06-15 17:16:06 +00:00
61be4c7695 finished revision log message editing 2014-06-14 15:02:51 +00:00
bcbe7a8f02 added some front-code for log message editing in the code revision view. subversion manipulation yet to be done. 2014-06-13 16:10:57 +00:00
ee4ad6d277 fixed a tag comparison bug in file_home.php again 2014-06-12 16:02:47 +00:00
f6c915d38c fixed a tag comparison bug in file_home.php 2014-06-12 15:55:48 +00:00
d62b4bd248 touched up tag comparision in file view 2014-06-10 11:42:51 +00:00
2f178ed9c7 touched up code blame view 2014-06-10 05:48:43 +00:00
a6d9332f37 added the Enstyle/Destyle anchor into the code view 2014-06-09 14:06:07 +00:00
8d5b631e7e changed the file_home view to use version_compare() intead of strcmp() for sorting 2014-06-03 09:11:07 +00:00
ac6a5f4110 renamed svn_for_members_only to svn_read_access and made required changed in AccessHandler.pm 2014-05-26 06:18:30 +00:00
f50ad4c3e1 updated styles of code views 2014-05-26 01:59:28 +00:00
2fc504b47f fixed bugs in code_file and code_blame 2014-05-25 15:03:52 +00:00
f0e4289de0 added the lang-ada.js file left out from previous commits 2014-05-25 14:07:21 +00:00
14dd1e981e Added ada syntax highlighting 2014-05-25 14:06:32 +00:00
7e830706e7 Added ada syntax highlighting 2014-05-25 14:04:46 +00:00
792cd682f0 enhanced code search to consult the current revision 2014-05-25 13:07:46 +00:00
daaf42b678 fixed a bug when handling ldap_auth_mode 2 in LdapLoginModel.
added svn_for_members_only and made relevant changes to AccessHandler.pm
2014-05-25 06:53:16 +00:00
acdf17ccb9 changed the code folder view to hide the search box if necessary 2014-05-25 04:34:21 +00:00
197df5adc3 enhanced code search.
added configuration items: allow_set_time_limit and signin_for_code_search
2014-05-25 04:26:23 +00:00
73efd665cc Added the code search result view 2014-05-23 18:08:32 +00:00
227c326645 added primitive code search 2014-05-23 17:44:35 +00:00
34986f34fe added the #I shortcut expression to an issue 2014-05-22 04:31:59 +00:00
024952312c added explicit sorting to getMyIssues() 2014-05-21 03:07:37 +00:00
53455a7d0d added the sample httpd/dav config file to the spec file 2014-05-20 02:17:35 +00:00
3e4b807fbb added the sample httpd/dav configuration file 2014-05-20 01:55:47 +00:00
714ab2d78e added flush() to file download 2014-05-19 15:21:41 +00:00
a6f4d90c92 added the download link to the code view 2014-05-19 15:09:46 +00:00
b98b86f529 enhanced AccessHandler.pm to support ldap_auth_mode = 2 2014-05-18 16:17:29 +00:00
7462e271c9 improved file download and wiki attachment handling 2014-05-18 14:39:13 +00:00
f498dba3bf added the codepot-user script and touched up AccessHandler.pm 2014-05-17 16:22:56 +00:00
0e3b90e4b5 added authenticate_database to AccessHandler.pm 2014-05-17 07:04:12 +00:00