Commit Graph

70 Commits

Author SHA1 Message Date
7cfd8a98c4 added code to handle files and directories deleted better 2011-09-25 15:21:27 +00:00
265bd059fc added ldap_auth_mode, lda_userid_search_filter, ldap_userid_search_base 2011-09-15 14:24:54 +00:00
103e2ce6b4 changed the base font family 2011-08-13 03:19:09 +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
f6cce44188 changed common.css 2011-07-16 02:52:25 +00:00
e9cb883001 improved cache control for attachments 2011-07-15 07:31:38 +00:00
c4f18e49f4 added REQUEST_PROTOCOL 2011-02-22 05:26:13 +00:00
5955ddcddf substituted explode for split 2011-02-21 13:44:43 +00:00
75b68e9e58 patched code for codeigniter 1.7.3 2010-12-27 04:02:17 +00:00
9df2db6f19 added a line of comment 2010-10-20 13:00:13 +00:00
8a56e4460f loosened username requirement
added min-width for body
added the description metatag for the project home page
2010-08-31 13:22:35 +00:00
fc8acff0e3 deleted a redundant line from project_catalog.php 2010-08-10 07:31:12 +00:00
8c5070189a added a meta keyword tag 2010-08-06 13:26:06 +00:00
3748fd048d changed the hardcoded 'index.php' to CODEPOT_INDEX_PAGE 2010-08-03 06:16:26 +00:00
93a0375011 added a new option - 'index_page'
added base_url_make() into codeigniter
2010-08-03 05:55:12 +00:00
7b08188e6a did some xhtml works 2010-08-02 12:16:22 +00:00
8b75ca4904 fixed a minor bug in closing ldap 2010-07-28 06:54:46 +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
0efa872e3a added the wiki class attribute to the pre block generated from creole.
changed the style for the pre block just mentioned
2010-07-12 10:56:13 +00:00
5e8c9698d0 fixed a minor bug in subversionmodel 2010-06-30 08:20:23 +00:00
ed15ad09ab reverted the default wiki style 2010-06-25 04:53:18 +00:00
399a81ea73 changed default visibility for project home and site home 2010-06-25 04:35:25 +00:00
b368b1e520 * changed the string comparison callback for usort
* changed the date and time display in log pages
2010-05-24 13:16:01 +00:00
cd032f6b60 * fixed a minor bug in the login model.
* set the default values for parameters of the controller functions
2010-05-19 14:31:13 +00:00
b3033def53 added the user settings view with minimal numbers of options 2010-05-18 14:12:52 +00:00
42bf53b773 * fixed a bug in getFile() of the subversion model class
* enhanced the code folder view
2010-05-17 13:11:42 +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
f777386e37 added pre-revprop-change and post-revprop-change to the spec file 2010-04-18 13:13:05 +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
bf8c654957 fixed a minor bug in handling wiki pages 2010-04-08 13:56:50 +00:00
f2a8e4ea39 RPMized the project 2010-04-07 14:38:07 +00:00
9425822364 added config.guess and config.sub 2010-04-07 12:18:57 +00:00
02aa6ec6f2 changed the way the projectbar view is used.
added the rpm spec file.
2010-04-07 12:13:44 +00:00
6bd395d012 touched up issue handling
changed subversion repository creation code.
2010-03-28 13:44:24 +00:00
0b38f8e093 fixed the incorrect handling of wiki links in the site home page 2010-03-22 13:40:09 +00:00
87b1bc41f9 touched up site management pages.
enhanced the site controller to handle wiki links.
2010-03-22 13:25:03 +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