aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/templates/files
AgeCommit message (Expand)Author
2012-02-25urlify the commit message in file block + small css fixesMarcin Kuzminski
2012-02-07- added branch to history list for fileMarcin Kuzminski
2012-01-12White-space cleanupMarcin Kuzminski
2011-12-28implements #330 api method for listing nodes at particular revisionMarcin Kuzminski
2011-12-19implements #308 rewrote diffs to enable displaying full diff on each fileMarcin Kuzminski
2011-12-08Implements #304Marcin Kuzminski
2011-12-08fixes issue #320.Marcin Kuzminski
2011-12-05UI !Marcin Kuzminski
2011-12-02commit less modelsMarcin Kuzminski
2011-11-27new files viewsMarcin Kuzminski
2011-11-26implements #236 forking copy permission optionMarcin Kuzminski
2011-11-25button style fix on edit and add filesMarcin Kuzminski
2011-11-21added reply comment button on top of inline commentsMarcin Kuzminski
2011-11-19cleaned up JS files in files templates.Marcin Kuzminski
2011-10-27Changed order of add file form inputs.Marcin Kuzminski
2011-10-12UX improvementsMarcin Kuzminski
2011-09-24hide add new file button if user has no permission for itMarcin Kuzminski
2011-09-23added uploading of files from web interface directly into repoMarcin Kuzminski
2011-09-22fixed small issues with adding new filenodesMarcin Kuzminski
2011-09-22Added initial support for creating new nodes in reposMarcin Kuzminski
2011-09-12Added pt_BR localization, added i18n wrappers on some places missing, fixed c...Augusto Herrmann
2011-08-28Implemented #111 copy github node finder solutionMarcin Kuzminski
2011-05-08fixed small bug in selection links when sorting messes up for <10 numbersMarcin Kuzminski
2011-05-08Fixed problem with anchor link positioning when passed in ranges.Marcin Kuzminski
2011-05-04disabled edition of binary filesMarcin Kuzminski
2011-05-03Added server side file editing with commitMarcin Kuzminski
2011-05-02gui-improvmentsMarcin Kuzminski
2011-04-23Added show as raw into big diffMarcin Kuzminski
2011-04-10changed raw action to show images instead of saying about binary fileMarcin Kuzminski
2011-03-24fixes for issues #137 and #116 safe_unicode is now default for handling file ...Marcin Kuzminski
2011-03-23changes for #56Marcin Kuzminski
2011-03-18Added better looking revision for filebrowserMarcin Kuzminski
2011-02-27replaced all decode('utf-8') instances with .decode('utf-8','replace') for mo...Marcin Kuzminski
2011-02-14fixed binary file issuesMarcin Kuzminski
2011-02-12removed console log from tempalte that breaks the jsMarcin Kuzminski
2011-01-28implemented #107 variable lines can be now highlightedMarcin Kuzminski
2011-01-27#107 added single line highlightMarcin Kuzminski
2011-01-21fixed file browsing ui and cssMarcin Kuzminski
2011-01-01reimplemented tooltip, refactored tooltip_title into title for proper html,Marcin Kuzminski
2010-12-29css optimizationsMarcin Kuzminski
2010-12-29shorten last modified column in files listingMarcin Kuzminski
2010-12-28Fixed url bug when using numeric revision in file browser,Marcin Kuzminski
2010-12-07some small css fixes for changesetsMarcin Kuzminski
2010-12-07fixed small issue made on latest patchesMarcin Kuzminski
2010-12-03fixed file source and annotation revision linksMarcin Kuzminski
2010-11-23fixed python2.5 incompatible enumerate callsMarcin Kuzminski
2010-11-15fixed annotation show_at_revision bug.Marcin Kuzminski
2010-11-07fixed deletion of repository on filesystem, works based on scm type for git a...Marcin Kuzminski
2010-11-06fixed html templates, fixed overal rhodecode width to 1024pixelsMarcin Kuzminski
2010-11-02some changes for #45.Marcin Kuzminski