Activity for Codepot

  • quark2012@gmail.com committed [r615]

    Added a Toggle View button to toggle the view for .wc files.

  • hyunghwan.chung committed [r614]

    fixed wrong indentation in the previous commit

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r613]

    fixed source code for php74 compatibility

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r612]

    preferred inconsolata in some css files

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r611]

    changed to check the resturn value of svn_info() against NULL additionally

  • hyunghwan.chung committed [r610]

    enhanced wiki detection in code_file.php

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r609]

    added the side-by-side .md or .wc preview in the code file view. need more touch-up

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r608]

    set tab-size to 2 in code_diff_old_code_block and code_diff_new_code_block to make tabs align properly inside span in google chrome. there should be a proper way. i'm ignorant about it

  • hyunghwan.chung committed [r607]

    Added viewport to all view pages

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r606]

    php7 compatibility into phpgraphlib.php

  • hyunghwan.chung committed [r605]

    fixed wrong use of cascaded ternary operators in some files

  • hyunghwan.chung committed [r604]

    removed residual debugging printf

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r603]

    changed parameter spec in svn_diff to avoid segfault

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r602]

    fixed a wrong type in svn_blame in svn.c

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r601]

    fixed some php7 warnings on count() in code_file.php

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r600]

    initialized $site with new stdClass() before assigning fields

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r599]

    enhanced AccessHandler.pm for httpd 2.4

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r598]

    changed many files for php7 compatibility

  • hyunghwan.chung committed [r597]

    produced the first untested php7 compatible pecl svn

  • hyunghwan.chung committed [r596]

    wip - more php7 fix

  • hyunghwan.chung committed [r595]

    wip - fixing svn.c for php 7

  • hyunghwan.chung committed [r594]

    added GitModel::createRepo() for experiment

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r593]

    added coderepomodel.php left out at the previous commit

  • hyunghwan.chung committed [r592]

    restuructured SubversionMode and GitModel by introcucing a common parent class CodeRepoModel for the pending git support work

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r591]

    fixed minor flaws in subversionmodel.php

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r590]

    fixed flaws in sample schema files

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r589]

    added the anchor to the code view in the revision view

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r588]

    improved file_show.php a bit

  • hyunghwan.chung committed [r587]

    added simple drag-and-drop file upload in the file home view

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r586]

    touched up file_show.php a bit

  • hyunghwan.chung committed [r585]

    implemented a very simple and primitive file drop handler in the file view page

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r584]

    quoted file names in pecl-svnl/Makefile.am

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r583]

    fixed a missing caret bug in pre-commit.in

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r582]

    upgraded cloc to 1.75

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r581]

    substituted _ for , in composing a file name for Contentent-Disposition in codepot_readfile

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r580]

    enhanced HexToAscii() to handle anomaly in a hexadecimal string

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r579]

    changed more anchors to use images in the code history view

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r578]

    styled the code history view slightly more

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r577]

    added some anchors in the code history view to use images

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r576]

    fixed a wrong check in the user controller when listing logs

  • hyunghwan.chung committed [r575]

    swithed to use codepot_readfile in place of readfile in wiki.php

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r574]

    fixed a octet stream handling bug in the code f...

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r573]

    changed the code history view a little

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r572]

    changed AccessHandler.pm to prepare for more fl...

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r571]

    adjusted the style of codepot-buttoned-anchor

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r570]

    enhanced reivision grph rendering a little

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r569]

    stop decorating an octet stream in code file view

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r568]

    enhanced SubversionModel::getRevHistory().

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r567]

    rewrote revision graph functions

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r566]

    added 'Changes' button to the code history view

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r565]

    refactored the subgraphs in the code folder view

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r564]

    refactored the revision graph subview in the co...

  • hyunghwan.chung committed [r563]

    defined the codepot-buttoned-anchor css style

  • hyunghwan.chung committed [r562]

    added the user home links in the code blame view

  • hyunghwan.chung committed [r561]

    removed the table header of the code history view

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r560]

    changed code.css a little

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r559]

    moved the position of the author id in the code...

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r558]

    changed layout of the code history view.

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r557]

    changed the style of log tables in site home an...

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r556]

    set margin of taskbar_signinout_form to 0

  • hyunghwan.chung committed [r555]

    switched to use the flex css element for taskba...

  • hyunghwan.chung committed [r554]

    made the project map to refresh when a user nam...

  • hyunghwan.chung committed [r553]

    added autocomplete to the username input box in...

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r552]

    enhanced exception handling in some view files

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r551]

    added enter-key binding to a username input box...

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r550]

    added missing context to an ajax call in the ta...

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r549]

    refactored taskbar's client-side code

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r548]

    changed the date/time format in the project hom...

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r547]

    changed the log site bar to show years in the p...

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r546]

    changed the style of the log side bar in the pr...

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r545]

    changed the style of log sidebar in the site ho...

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r544]

    fixed some date/time display bugs when database...

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r543]

    fixed the bug of not honoring database_store_gm...

  • hyunghwan.chung committed [r542]

    fixed to disable a button on startStabilizing

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r541]

    refactored javascript codes in project_map.php

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r540]

    added the stabilized event handler to the proje...

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r539]

    enhanced the project user relation graph view t...

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r538]

    committing build files left behind

  • hyunghwan.chung committed [r537]

    added a username filter to the project user rel...

  • hyunghwan.chung committed [r536]

    added a project-user relation graph

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r535]

    removed the create event handler from the resiz...

  • hyunghwan.chung committed [r534]

    added revision graph to the code file view.

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r533]

    added a primitive revision graph in a code folder

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r532]

    fixed a wrong check in loading user settings in...

  • hyunghwan.chung committed [r531]

    added the user_summary column to the user_setti...

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r530]

    updated the log view to show userid when loaded...

  • hyunghwan.chung committed [r529]

    enhanced the log view to show per-user log with...

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r528]

    enhanced user-home and user-log views to show i...

  • hyunghwan.chung committed [r527]

    remove a buggy line from AccessHandler.pm.

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r526]

    changed ldap_insider_attribute_name to ldap_ins...

  • hyunghwan.chung committed [r525]

    changed AccessHandler.pm to handle authenticate...

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r524]

    added a new access level 'authenticated-insider...

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r523]

    added code_read_access and file_read_access

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r522]

    fixed tooltips to appear on hovering over buttons

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r521]

    fixed an operator precedence issue of the terna...

  • hyunghwan.chung committed [r520]

    changed the sort order of file list

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r519]

    changed the code history view to show the revie...

  • hyunghwan.chung committed [r518]

    fixed the bug in the diff view that shows wrong...

  • Hyung-Hwan Chung Hyung-Hwan Chung committed [r517]

    swapped the positions of the creator and the up...

  • hyunghwan.chung committed [r516]

    changed the issue show view to show the change ...

1 >