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
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
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
197df5adc3
enhanced code search.
...
added configuration items: allow_set_time_limit and signin_for_code_search
2014-05-25 04:26:23 +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
b98b86f529
enhanced AccessHandler.pm to support ldap_auth_mode = 2
2014-05-18 16:17:29 +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
28cc187495
removed garbage in the post-revprop-change script
2014-05-16 16:15:36 +00:00
9880d2d4f8
fixed bugs in the rewritten perl scripts
2014-05-16 16:11:33 +00:00
e23e23d592
rewrote the post-revprop-change script in perl
2014-05-16 15:56:03 +00:00
13735ac2b4
rewrote the post-commit script in perl
2014-05-16 15:49:16 +00:00
124632ba8a
rewrote the pre-revprop-chagnge script in perl
2014-05-16 13:26:49 +00:00
df0a6fba2c
fixed the wrong variable name in the start-commit script
2014-05-16 03:28:28 +00:00
811a7cbee9
incremented the version number to 0.1.2 and rewrote the start-commit script in perl
2014-05-16 03:18:22 +00:00
d5c9aa6f6d
added a public field to a project.
...
added a new mod_perl handler for simpler access control
2014-05-15 16:17:21 +00:00
9d983dc548
updated post-commit
2013-12-11 15:38:18 +00:00
cea27322d9
added userlog
2013-12-11 15:33:30 +00:00
6a5a585b21
added the commitable field to a project
2012-04-09 07:33:12 +00:00
04bf20fd75
updated codepot configuration for apache
2011-12-17 07:51:20 +00:00
17d72c00ef
added DbLoginModel
2011-11-26 13:32:03 +00:00
265bd059fc
added ldap_auth_mode, lda_userid_search_filter, ldap_userid_search_base
2011-09-15 14:24:54 +00:00
792c117d55
updated Makefile.in
2011-07-21 14:24:12 +00:00
fdf66cd36f
added more NOT NULL constraints to database fields
2011-07-21 14:23:25 +00:00
c4f18e49f4
added REQUEST_PROTOCOL
2011-02-22 05:26:13 +00:00
93a0375011
added a new option - 'index_page'
...
added base_url_make() into codeigniter
2010-08-03 05:55:12 +00:00
0db4dd70b3
enhanced svn_base_url to support multiple URLs
2010-07-27 01:37:22 +00:00
4d16600d40
updated the sample apache configuration file
2010-07-26 14:02:17 +00:00
b3033def53
added the user settings view with minimal numbers of options
2010-05-18 14:12:52 +00:00
f9208d86a5
* enhanced sign-in handling
...
* fixed attachment cache control.
2010-04-28 14:33:25 +00:00
7596d92c9e
* implemented wiki attachment
...
** added wiki_attachment table
** enhanced wikicreole to support a relative image URL.
* introduced 'ldap_server_uri' to take over 'ldap_server_host' and 'ldap_server_uri' deprecated.
** mainly done to support ldaps.
2010-04-27 14:56:11 +00:00
c02b59a9ca
* added 'force_project_delete'.
...
* added the pre-revprop-change hook and the post-revprop-change hook.
2010-04-18 12:43:37 +00:00
b4fdd8f888
fixed a bug of not handling 'head revision' correctly in code_folder.php
2010-04-15 14:17:28 +00:00
75d3c271d6
* enhanced ProjectModel->create() to remove dependency on the external script 'repo.sh'
...
* enhanced the code_folder view to display properties.
* fixed a minor bug in the code_history view.
* got rid of websvn totally.
2010-04-13 11:38:26 +00:00
3104736b42
enhanced the code viewer to show svn properties
2010-04-12 12:39:08 +00:00
b41a102353
enhanced file download handling to consume less memory
2010-04-11 14:30:49 +00:00
f2a8e4ea39
RPMized the project
2010-04-07 14:38:07 +00:00
6bd395d012
touched up issue handling
...
changed subversion repository creation code.
2010-03-28 13:44:24 +00:00
71c9d686df
enabled front page editing
2010-03-21 14:50:08 +00:00
2941be5ebe
fixed a minor issue in SubversionModel.getFile()
2010-03-20 13:53:44 +00:00
c20c19b75b
added the search function to the issue home view
2010-03-20 13:11:42 +00:00
343ff629f0
touched up the issue show page
...
- added 'change'
- added 'undo'
touched up the issue home page
- added pagination
2010-03-18 12:37:45 +00:00
4c7ca4edf7
added some issue tracking code
2010-03-16 15:11:59 +00:00
d1420f9c2b
added primitive issue management pages.
...
still far more to be done
2010-03-10 13:48:48 +00:00
d9121598aa
enhanced the wiki controller
...
renamed 'source' to 'code'
created the incomplete issue controller.
2010-03-08 13:51:36 +00:00
c9e6b622c4
renamed some configuration items
...
- max_logs_per_page
- max_logs_in_project_home
- max_log_in_site_home
added the full change log view for a project
merged the user controller to the site controller
removed the user controller
2010-03-04 12:40:27 +00:00