c3e6bbae22
changed tagging permission in the code revision view
2016-01-09 04:49:14 +00:00
5cc9a37098
renewed the code revision view
2016-01-09 04:35:03 +00:00
67dd3a3262
changed the code revision view to use the title band class
2016-01-08 20:47:14 +00:00
377d2f7fdc
removed unblanced </div> from the code file view and the code blame view
2016-01-08 20:37:43 +00:00
ee01b4d92c
renewed the code file view and the code blame view
2016-01-08 20:26:01 +00:00
14bae4bc93
relocated the style button in the code file view
2016-01-08 18:14:30 +00:00
6f5815bd9b
updated the code file view to use the title-band class partially
2016-01-08 17:51:39 +00:00
bd541815a2
updated the wiki home to use the title-band class
2016-01-08 17:31:36 +00:00
cbef4e621f
updated the graph view to use the title-band class
2016-01-08 17:25:08 +00:00
26d46f8a7a
updated the file model class to set updatedby and updatedon
2016-01-08 17:02:03 +00:00
070ccb3118
added timestamp and author fields to codepot_file_list.
...
touched up some views to get rid of the infostrip class and use the title-band class.
added the database_store_gmt option which causes the database models classes to store date and time in GMT.
2016-01-08 16:52:29 +00:00
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