Activity for swineboard

  • bodqhrohro bodqhrohro committed [532ef6]

    Logo rebranding

  • bodqhrohro bodqhrohro committed [0a1812]

    Add rhodecode link

  • bodqhrohro bodqhrohro committed [06e500]

    Add ambiplayer

  • bodqhrohro bodqhrohro committed [1765ce]

    Merge tip

  • bodqhrohro bodqhrohro committed [c3a97d]

    Force validate file size on sync

  • bodqhrohro bodqhrohro committed [3e4904]

    Hit the hydra

  • bodqhrohro bodqhrohro committed [7afa09]

    Created new branch lite

  • bodqhrohro bodqhrohro committed [ee1246]

    Attach synced file as link if it exceeds local filesize limit

  • bodqhrohro bodqhrohro committed [69a1b0]

    Merge tip

  • bodqhrohro bodqhrohro committed [fc6ce6]

    Update README with fork information

  • neko259 committed [61416f]

    Fixed indents for pycharm. Moved images upload path to settings. Some cosmetic changes.

  • neko259 committed [bedad7]

    Added the new posting abstraction.

  • neko259 committed [9865e4]

    Removed old views. Added a proper deletion of post with children.

  • neko259 committed [42d786]

    Removed images directory. Removed old urls. Added a bit code for the views.

  • neko259 committed [7234fa]

    Added methods for getting opening posts and threads.

  • neko259 committed [5fb6f3]

    Changed the url to the post page. Added one more TODO.

  • neko259 committed [bb33ad]

    Partially fixed tests and model definition

  • neko259 committed [b62ef7]

    Fixed the tests. Added exists() method for the post.

  • Ilyas committed [f67fe2]

    Added admin loing possibility. Now it is abailable under {BASE_URL}/boards/login

  • neko259 committed [051499]

    Fixed "exists" method.

  • neko259 committed [ad336f]

    Renamed model "admins" to "admin".

  • neko259 committed [ba2f41]

    Changed some links to the html pages.

  • Ilyas committed [2b0dcc]

    Completed login and logout functionality and covered by tests.

  • Ilyas committed [de1ffc]

    Added creating new thread form

  • Ilyas committed [a78d32]

    Removed binaries

  • neko259 committed [fdfec9]

    Added a text area to the posting form. Added a basic CSS style. Changed threads list a bit.

  • neko259 committed [e40b24]

    Fixed getting posts for a thread. Implemented thread getting test.

  • Ilyas committed [174f87]

    Added checkinf form fields when creating a new thread.

  • neko259 committed [2fc818]

    Added images upload. Changed the design a bit. Reformatted some code by PEP 8. Changed the urls: not the main site is located at /, not /boards/.

  • neko259 committed [8653b5]

    Added license text.

  • neko259 committed [bb515f]

    Added localization (not fully working). Added tags posting. Changed the design a bit.

  • neko259 committed [beac4c]

    Added thread bumping.

  • neko259 committed [67f054]

    Added post publication date to the templates.

  • neko259 committed [263648]

    Truncating thread text in threads list. Fixed tag threads order.

  • neko259 committed [575870]

    Implemented form validation. When the form fails validation, showing the index page.

  • neko259 committed [0d6932]

    Added thread metadata (replies, images, gets) to the threads list.

  • neko259 committed [e49d51]

    Changed metadata design. Make space split tags.

  • neko259 committed [e74f9c]

    Fixed medadata design when an image is present. Added a method to determine if the tag is empty (has no attached threads).

  • neko259 committed [45bad1]

    Fixed medadata design when an image is present. Added a method to determine if the tag is empty (has no attached threads).

  • neko259 committed [4962ee]

    Added themes support. Added 'snow white' theme by Mystra_x64.

  • neko259 committed [96bcee]

    Changed themes.

  • neko259 committed [09d0dd]

    Fixed markdown tags escaping in threads list. Also, markdown was added in a previous commit.

  • neko259 committed [300624]

    Implemented bumplimit.

  • neko259 committed [e544cb]

    Added new markdown field. Added gets algorithm with regexes.

  • neko259 committed [681924]

    Updated the Snow White theme. Scroll to the new post after posting to thread.

  • neko259 committed [37e52c]

    Fixed get computing. Visually differing get posts in thread.

  • Ilyas committed [0540aa]

    removed unnecessary pyc files.

  • neko259 committed [eb946f]

    #29 Added a thread title to the page title. #31 Added a panel to the page bottom.

  • neko259 committed [97bf81]

    #32 Changed "view" link to "reply". The thread can be opened at the top by clicking its id.

  • neko259 committed [384df4]

    Compiling regexes for gets. #17 Added pagination. #28 Visually differing the dead (not bumpable) threads.

  • neko259 committed [ae5db8]

    Reverted setting config values that were used for testing.

  • neko259 committed [699a1a]

    Updated the snow white theme.

  • neko259 committed [9ceb71]

    Converting file name to a preudo-unique number instead of the original name.

  • neko259 committed [24368e]

    Added '-' to invalid tag characters because it causes problems.

  • neko259 committed [3845ed]

    Added quote design for Snow White theme.

  • neko259 committed [6cbb2c]

    xs

  • neko259 committed [f0afaf]

    #38 Added smooth scroll to up with jQuery. #12 Fixed parsing of entities (quotes etc).

  • neko259 committed [dcbc67]

    Limit number of tags shown in the navigation bar to only the most popular ones.

  • neko259 committed [e922d6]

    Optimized some post count calls.

  • neko259 committed [583a60]

    #44 Show last replies in the threads list.

  • neko259 committed [e60a3a]

    Made the project name in footer appear as a link to the repository.

  • neko259 committed [4d743e]

    Truncate post texts by words preserving html tags, not just by chars.

  • neko259 committed [0e0d30]

    #12 Fixed formatting of comments and links. Added a style for target post in the white theme.

  • neko259 committed [accf80]

    Added js popup for image viewing.

  • neko259 committed [35dab8]

    Decreased popup image border size. Speed up fade effect of the popup.

  • neko259 committed [805a71]

    Changed fancybox skin a bit.

  • neko259 committed [5e278e]

    #37 Added javascript gallery mode for viewing thread in image-only mode.

  • neko259 committed [bbfd90]

    Minor updates to the SW theme by Mystra_x64.

  • neko259 committed [ae7793]

    Fixed the progressbar on opening an image popup.

  • neko259 committed [dd7c56]

    Added a regex for validation of tags. This refs #10

  • neko259 committed [f09290]

    More properly saving the ip address. This fixes #9

  • neko259 committed [e89d80]

    Fixed unicode tags validation. Moved constants from classes to modules. Added error 404 when trying to get the non-existent thread. This fixes #19

  • neko259 committed [567c0f]

    Fixed one constant I did not move completely to the module scope.

  • neko259 committed [862987]

    Fixed wrapping of the long links on the small screes (mobile phones). This fixes #15

  • emerge-ng committed [4a7576]

    Improved page showing threads for certain tag. Also some fixes of dependency

  • neko259 committed [bb7453]

    Merged with the old validation changes.

  • neko259 committed [604015]

    Added form validation, added style for the tag panel. This fixes #13

  • neko259 committed [30874a]

    Fixed validation of image without text. This refs #13

  • Ilyas committed [ae5859]

    Added django-simple-capthca support

  • neko259 committed [b95f96]

    Added error 404 for opening not existing thread or tag. This fixes #8

  • neko259 committed [b46de5]

    Merged with team repository.

  • neko259 committed [06eb53]

    Added 'alt' attribute to the images to pass the validation. This fixes #2

  • neko259 committed [597e04]

    Added proper russian translation of the template code. The form validation messages are not yet translated. This refs #36

  • Ilyas committed [842448]

    Templates moved to fit django documentation structure.

  • neko259 committed [895ead]

    Fixed some translation issues. Changed default captcha setting to "off" to pass tests. Removed the maximum page scale. This refs #36 and fixes #26, #2

  • neko259 committed [938852]

    Defined encoding in the HTML. Fixed error 404 page on opening reply as thread. This fixes #46, #47

  • neko259 committed [b88534]

    Quick fix for the 404 page defect. Now 404 page is not shown for tags, this must be investigated further. This refs #50

  • neko259 committed [f32104]

    Added fixed image length. This fixes #52

  • neko259 committed [84c331]

    Implemented RSS support. This fixes #11

  • neko259 committed [8f1d02]

    Changed parser to show quotes and reflinks as they are posted, not with borders and '#' character.

  • neko259 committed [c0e948]

    Fixed RSS in thread list pages. Changes to markdown parser. This refs #11

  • neko259 committed [3d5f11]

    Added link to RSS to the page head. This fixes #11

  • neko259 committed [8d80bd]

    Made post info darker in Mystic Dark theme.

  • wnc_21 committed [118143]

    Added captcha support

  • neko259 committed [ea50d3]

    Added jump view to open message of any thread by id. This fixes #49

  • neko259 committed [ed9646]

    Made comments prettier in Mystic Dark.

  • neko259 committed [f41ee9]

    Removed image tag from markdown. Refactored markdown extension code. This fixes #21

  • neko259 committed [ec281a]

    Refactored views code. This refs #16

  • neko259 committed [2032ea]

    Fixed validation test with enabled captcha.

  • neko259 committed [6d34bf]

    Added authors page. This fixes #22

1 >