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
e409324188
improved the issue show view to manipulate attached files
2015-12-29 16:52:09 +00:00
ac286371e6
added partial changes to support attachments in issue management
2015-12-29 10:19:03 +00:00
37b86d5049
fixed a fault in codepot.myysql
2015-12-26 16:01:06 +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
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
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
3abd8c62bb
updated the post-commit hook to include the commit message in the notification email
2015-08-28 02:06:26 +00:00
3666d1f737
fixed the problem of the doubled sender email in post-commit
2015-08-18 05:15:54 +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
38e63af4fb
added a new configuration item commit_notification_url
2015-08-13 05:33:23 +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
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
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
2c511a5b6d
changed the comment marker in codepot.ini.in
2015-05-13 16:15:24 +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
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
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
39ca68b8ad
added check for ZipArchive availability
2015-04-14 05:16:41 +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
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
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
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
d060b4773e
added simple multi-column wiki rendering using css
2015-03-26 05:52:21 +00:00
0d499dcd2b
enhanced the wiki edit view to be able to rename the page itself
2015-03-25 07:29:18 +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
27c5e47ed3
added a new status code - testing
2015-02-12 16:51:18 +00:00
b690831cb0
added a single file CLOC support
2015-02-05 13:12:37 +00:00
5b691e780f
added the defintion of the new code_review table in codepot.mysql
2015-01-29 13:48:35 +00:00
d033a7af79
strengthened commit message check
2014-11-01 15:23:43 +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
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