Commit Graph

  • cfe487e8f8 updated to other computer newinter Daniel M German 2023-01-24 19:59:13 -08:00
  • fb4f0544b4 updated test cases Daniel M German 2023-01-24 19:57:33 -08:00
  • fc05038530 added test files for tokenizer Daniel M German 2021-06-28 10:52:16 -07:00
  • 4bfb9662ad fixed address of branch master D German 2019-06-06 22:24:22 -07:00
  • 8d38373949 Merge pull request #10 from ossguy/fix_build-add_debian_package_list dmgerman 2019-05-10 15:49:33 -07:00
  • c50477d386 bfg: update patch to cleanly apply to latest bfg ossguy Denver Gingerich 2018-12-18 19:38:50 -08:00
  • a80d4f84e1 Changes to installation documentation D German 2019-05-10 15:18:01 -07:00
  • f7c115da4e Improving the documentation Nick K 2019-05-10 12:47:28 -07:00
  • 7bb7994113 replaced token with line in pretty-print D German 2019-05-07 15:13:04 -07:00
  • 7485353ad8 added some comments D German 2019-03-11 22:12:21 -07:00
  • 4715d5652c improved prettyPrint for new presentation D German 2019-03-04 10:54:50 +09:00
  • 5a7f6cf0a0 readme: add Debian package list since not obvious Denver Gingerich 2018-12-18 19:54:08 -08:00
  • 5478d6571d start naming this version 2.0 D German 2018-10-24 00:35:26 -07:00
  • b8e51f5545 remove dependency on natural joins D German 2018-10-24 00:34:19 -07:00
  • f448251c81 fixed the commit info box D German 2018-10-17 01:12:08 -07:00
  • e44c67e45c improved the styles and also allowed for customization of the commits D German 2018-10-17 00:45:30 -07:00
  • f16243b1af more improvement of error messages D German 2018-10-05 09:27:21 -07:00
  • 89ec1f6231 improved error message D German 2018-10-05 08:27:42 -07:00
  • 3479932a31 added some extra error messages, improved some messages D German 2018-10-05 08:22:33 -07:00
  • d357e3d3c6 Slight performance optimization when loading pages. JasonL663 2018-08-26 17:08:02 -07:00
  • 868a1906f6 Fixed bug where age gradient would not disappear when selecting an author from the stats table. JasonL663 2018-08-19 23:22:14 -07:00
  • 2fdefcf6c0 Adjusted minimap hiding behavior to better stabilize page layout. JasonL663 2018-08-19 22:59:55 -07:00
  • 9a40401d03 Improved performance on startup and when changing functions. Fixed bug causing stat table to fail Added feature allowing page to respond to url hash fragment changes JasonL663 2018-08-19 22:44:08 -07:00
  • 123fa8986f Updated layout logic for stats table. JasonL663 2018-08-19 20:24:37 -07:00
  • dc9c4c5aef Adjusted layout logic to force footer to always be at bottom of page. JasonL663 2018-08-19 16:38:23 -07:00
  • 9276a575ae Updated default page font. JasonL663 2018-08-19 14:39:19 -07:00
  • 8a0c6a36d8 Added ability to reset highlight mode by pressing escape key Adjusted Reset Highlight functionaility to preserve the selected function choice JasonL663 2018-08-19 14:20:19 -07:00
  • dfcce3bb34 Added color gradient visual for highlight-by-age option. Adjusted position of commit infocard. JasonL663 2018-08-19 13:58:16 -07:00
  • 2c6f29ad2c Adjusted layout of page template. JasonL663 2018-08-18 20:36:49 -07:00
  • 8f605afcb1 Added the ability to jump to line number from url fragment. JasonL663 2018-08-18 16:18:24 -07:00
  • 6544acda16 Added author count to top of page Fixed bug where date range would fail to reset when selecting Reset All JasonL663 2018-08-18 12:54:55 -07:00
  • 59ed947a1e Adjusted minimap view rectangle frame border to show ontop of colored text blocks JasonL663 2018-08-18 12:15:11 -07:00
  • 393e7bcf0a Added ability to reset highlight mode Adjusted line number calculation for content groups JasonL663 2018-08-18 12:06:32 -07:00
  • c1017c4b1d Adjusted function selection behavior to hide unrelated content. JasonL663 2018-08-15 23:52:21 -07:00
  • ecf908851f Added ability to scroll using the minimap. JasonL663 2018-08-15 20:51:38 -07:00
  • ef727482c0 Adjusted coloring for 8th author text JasonL663 2018-08-15 19:14:06 -07:00
  • 453f2791f8 Changed default program behavior to skip exist files. Replaced 'skip_existing' flag with 'overwrite' JasonL663 2018-08-15 19:02:39 -07:00
  • 78685eff6b Renamed BUILD_LOCAL to LOCAL_PREVIE JasonL663 2018-08-07 02:16:34 -07:00
  • 9ba6c255b3 Fixed casing issues causing program to fail on case sensitive file systems. Jason Lim 2018-08-07 01:11:37 -07:00
  • c6d94faf0e Fixed bug in build.sh causing template web files to be copied incorrectly. Jason Lim 2018-08-07 00:54:10 -07:00
  • 117c17d141 Adjusted exit code to return 1 in the case of any file error. Fixed bug in build.sh causing template web files to be copied incorrectly JasonL663 2018-08-07 00:37:32 -07:00
  • 6535634e92 Added support for viewing contributor stats per function. JasonL663 2018-08-07 00:21:11 -07:00
  • 55894fe046 Adjusted organization of template CSS files. JasonL663 2018-08-01 22:08:03 -07:00
  • afd2c53a68 Added html escaping as a precaution against XSS attacks. JasonL663 2018-08-01 21:48:03 -07:00
  • d69f8db9ce Restored original window popup behavior. JasonL663 2018-08-01 21:09:50 -07:00
  • 4ca2e3af0f Adjusted ordering of stylesheet links in header template JasonL663 2018-08-01 21:04:41 -07:00
  • 53b62fab0a Fixed bug where prettyPrint.pm could not be loaded on linux. JasonL663 2018-08-01 20:09:34 -07:00
  • ef07c78edd Moved popup box logic into separate script file. JasonL663 2018-08-01 20:06:24 -07:00
  • 3b1a321296 Added ability to go to github commit page from commit Added option to supply additional template variables to template engine from commandline. JasonL663 2018-08-01 19:08:45 -07:00
  • 0925fe47ce Rename script.js to cregit-page.js JasonL663 2018-08-01 19:00:33 -07:00
  • c55d162e63 Updated webpage templates. Added date range slider control. JasonL663 2018-08-01 01:56:32 -07:00
  • 1a7fb1d8c9 Fixed bug causing incorrect stats to be generated for the last author. JasonL663 2018-07-29 20:41:54 -07:00
  • 0df3bec05d Added creation date and creation author template variables Adjusted author id logic to use ids instead of names. JasonL663 2018-07-29 20:31:39 -07:00
  • 06fd760b36 Enabled template variables for content groups. JasonL663 2018-07-29 19:20:13 -07:00
  • 1a5e014feb Added error checking on input files to detect version mismatches. Added skip-existing flag to skip previously generated files JasonL663 2018-07-29 18:29:41 -07:00
  • 76676925f5 Added date range highlight mode. Added line numbers JasonL663 2018-07-18 20:04:53 -07:00
  • a4179849c1 Updated page templates. Added minimap. Moved contributors table to top of page JasonL663 2018-07-18 01:16:06 -07:00
  • 8185e8723a Added build script. Removed debug code. Updated parameter inputs. JasonL663 2018-07-16 23:26:37 -07:00
  • b9595d54f9 Updated documentation text and error handling. JasonL663 2018-07-16 21:21:33 -07:00
  • 12184872ad Merge single and multi file scripts into a single script. JasonL663 2018-07-16 21:13:01 -07:00
  • 39abd5a430 Delete old pretty print scripts JasonL663 2018-07-16 21:12:43 -07:00
  • ee49037c49 Updated pretty print program to support html templates JasonLim 2018-07-13 04:50:47 +01:00
  • a578115ade fixed warnings, generalized any version of xerces v1.0 D German 2018-05-16 20:57:01 -07:00
  • e1da24d5b5 fixed typo D German 2018-03-18 10:40:50 -07:00
  • aaa96c6038 added the new tokenizer dispatcher D German 2018-02-19 13:57:35 -08:00
  • b7b9319fff m4 tokenizer seems to be working D German 2018-02-19 13:56:02 -08:00
  • 8718b42527 first crack at updating tokenizer for m4 for cregit D German 2018-02-18 16:43:47 -08:00
  • d2a5174189 added m4 tokenizer D German 2018-02-18 14:38:05 -08:00
  • 7ca1aab9e2 support for all the extensions of C++ D German 2018-02-18 14:18:34 -08:00
  • d45808dddc improved displaying progress D German 2017-12-06 21:39:55 -08:00
  • c78504d36c a better way to do it... with an exception handler D German 2017-12-06 21:24:46 -08:00
  • 2b560e7622 fixed a bug where the commit log was exactly a LF character only D German 2017-12-06 21:08:35 -08:00
  • fda54b94d8 moved to ctags-universal. must update documentation D German 2017-12-06 18:19:06 -08:00
  • faafdf56d9 added anchors to more easily identify the file stats of an author D German 2017-11-15 19:06:48 +09:00
  • c8555579b8 removed onejar dependency and replaced it with assembly D German 2017-10-30 22:17:22 -07:00
  • 4a40f7770e Merge branch 'master' of github.com:cregit/cregit D German 2017-10-30 22:13:38 -07:00
  • 932ee65630 Merge pull request #5 from etcwilde/master dmgerman 2017-10-28 23:22:13 -07:00
  • 1088c2e19b Fixing date format Evan Wilde 2017-10-28 12:11:16 -07:00
  • ad7b9d1c6b the binary should not be in the repo D German 2017-08-09 17:07:16 -07:00
  • 4ec264c357 rollback changes to prettyPrint-author.pl jsonyaml D German 2017-07-24 20:11:13 -04:00
  • a7262e5417 renamed filed, fixed spelling mistake D German 2017-07-22 12:02:03 -04:00
  • e318f503e9 moved files, i feel I do not want all these ones D German 2017-07-21 21:11:16 -04:00
  • e5d67bef43 renamed directory to make it consistent with others D German 2017-07-21 21:08:14 -04:00
  • d8d4fac3e7 make sure the binary is not added back to the repo D German 2017-07-21 21:06:44 -04:00
  • 9584a24c20 i removed the binary, and updated the header output to include version and language D German 2017-07-21 21:05:54 -04:00
  • edddcca10d added version to output, and cleaned up a bit the code D German 2017-07-21 20:57:46 -04:00
  • 6b58bee211 updated dispatcher to properly execute the new languages D German 2017-07-21 20:43:33 -04:00
  • eb8a784c0e removed option to print header. it should always be printed D German 2017-07-21 20:34:15 -04:00
  • 265afc9103 remove quotes around the token, add begin_unit, end_unit D German 2017-07-21 20:32:13 -04:00
  • cf39d37c7f changed name of binary D German 2017-07-21 20:09:27 -04:00
  • f2ee18c9b9 moved json, yaml tokenizer to a better place D German 2017-07-21 19:55:13 -04:00
  • 263d3e3500 lukaszgryglicki-yaml-syntax-update Lukasz Gryglicki 2017-07-21 13:58:45 +00:00
  • 5db1e27f7f lukaszgryglicki-allow-more-trials-just-in-case Lukasz Gryglicki 2017-07-21 12:52:49 +00:00
  • 23c4cd9af0 lukaszgryglicki-final-tweaks-and-cleanups-before-merge-request Lukasz Gryglicki 2017-07-21 12:35:18 +00:00
  • efd809d4b8 lukaszgryglicki-ruby-toolset Lukasz Gryglicki 2017-07-21 12:05:59 +00:00
  • 7967b2dae4 lukaszgryglicki-removed-dir Lukasz Gryglicki 2017-07-21 12:03:22 +00:00
  • 308749d06c lukaszgryglicki-fork-checkpoint Lukasz Gryglicki 2017-07-21 11:58:52 +00:00
  • d6b92dba98 removed bogus comment D German 2017-07-14 02:07:05 -07:00
  • d723731cf3 Fixed a bug in which the persons table was not populated. Reported by Łukasz Gryglicki D German 2017-07-14 02:05:57 -07:00
  • 73e82cde85 added simple tokenizer D German 2017-07-12 05:14:36 -07:00