Commit Graph

530 Commits

Author SHA1 Message Date
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