Commit Graph

561 Commits

Author SHA1 Message Date
530e38ceb5 changed the code revision view to use xhr calls.
added preview tab to review comment dialogs in the code revision view
2016-01-07 15:48:46 +00:00
93f7486dfb changed review message email to include the comment text 2016-01-07 11:52:58 +00:00
59eb080fc3 changed the commit history view slighty 2016-01-07 04:17:34 +00:00
0ccf0428b2 added Issue::isCreatedBy() 2015-12-30 13:17:06 +00:00
866a78c908 fixed a permission problem in issum management 2015-12-30 08:20:20 +00:00
c85a6cbdf8 regenerated Makefile.in 2015-12-30 07:42:17 +00:00
a5c6ebbc1c enhanced the edit button in the file view.
fixed some issues handling page or image references
2015-12-30 07:30:49 +00:00
d41ae391a1 fixed the issue show view slightly 2015-12-29 17:14:26 +00:00
0811cde131 fixed minor styles in the issue show view 2015-12-29 17:06:00 +00:00
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