MiniMagAsm

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2018-06-10
09:05
Some work on feedback. Leaf check-in: 54ace4af2d user: johnfound tags: FeedbackPreview
2016-10-19
16:15
Removed obsolete features and some hardcoded images. Implemented save function in index.cgi; check-in: 3374cb0424 user: johnfound tags: FeedbackPreview
2016-08-23
06:46
Fixed missed procedure in test_env.cgi; Fixed the feedback anti-bot checks for HTTPS hosting.s check-in: 2aeb74304d user: johnfound tags: FeedbackPreview
2014-11-19
07:01
A small fix in feedback.asm allowing the values to be remembered on the preview pages. check-in: 095e82913c user: lhmnai0 tags: FeedbackPreview
00:23
The feedback preview works as intended now. It has 3 modes - normal save, preview to new page and preview in real time (with javascript).

post.asm was returned to the previous version. t check-in: b7373c25a5 user: johnfound tags: FeedbackPreview

2014-11-18
17:32
Merged with trunk in order to get the timestamp for the user comments. check-in: a6b15b0440 user: johnfound tags: FeedbackPreview
17:17
Added timestamp to the posted comments. Leaf check-in: e7d45e9732 user: johnfound tags: trunk
13:02
Some work on providing feedback posts to be previewed in real time. check-in: 68764a0651 user: lhmnai0 tags: FeedbackPreview
2014-11-16
23:46
Recompiled in order to get the new features of the markdown parser. The CSS files fixed for the same reason. Some documentation updates. Removed old template file for the feedback.cgi. check-in: 1f18a598d4 user: johnfound tags: trunk
2014-10-24
07:44
Fixed a misbehavior of the feedback logging code, that allowed the poster to change the title of the article, displayed in the site log. check-in: db0aff72ef user: lhmnai0 tags: trunk
2014-10-23
08:24
Fixed (probably) the hanging bug in the POST data processing. check-in: ce64dcaa42 user: lhmnai0 tags: trunk
2014-10-22
10:46
Some code cleanup and cleaner redirection. check-in: 9fece50fe4 user: lhmnai0 tags: trunk
08:53
Some attepmt to stop the bots from POST requests to the engine. The posted data has been limited to 1MB. check-in: ab772f7824 user: lhmnai0 tags: trunk
2014-10-17
18:28
Fixed bug in the save.cgi returned HTTP headers. check-in: a0b988e964 user: johnfound tags: trunk
17:11
Manually implemented the changes from the branch root_problem (root_problem will be closed). check-in: 8d9681775d user: johnfound tags: trunk
11:45
Fixed the incidentally rewrited intex.txt on save with some error. Added new files creation through save. Recompiled with the latest FreshLibDev version. check-in: 4ad267532e user: lhmnai0 tags: trunk
2014-07-30
18:04
Recompiled with the latest fixes of FreshLib.

As long as there was fixed a bug in MD5 algorithm, it is expected some changes in the gravatar images in the user comments. Closed-Leaf check-in: ceb5ded4d4 user: johnfound tags: root_problem

2014-05-03
21:39
Added a new script "download.cgi" with source files "download.fpr" and "download.asm". This is a download manager that will redirect to the proper Fossil repository and artifact. Additionally it keeps a log files with the downloaded files. check-in: d4343b72c3 user: johnfound tags: root_problem
2014-04-10
13:09
Compatibility with the newest FreshLib has been provided. The save.cgi script now directly redirects the browser to the needed page without intermediate page. check-in: 280fe8e22e user: lhmnai0 tags: root_problem
2013-07-25
14:46
Some, dirty fix of DOCUMENT_ROOT problem. It is possible this solution should be in a separate branch... check-in: ac4bbbce1d user: lhmnai0 tags: root_problem
2013-07-22
19:25
Fixed a bug in the feedback.cgi that caused invalid xhtml code to be generated for the user comments. Some experiments with CSS sprites for the main menu icons. check-in: 9deeb7a3a1 user: JohnFound tags: trunk
2013-07-19
12:35
Added .CSS file in order to make human readable sitemap. "sitemap.cgi" changed accordingly. check-in: 1275294b2e user: lhmnai0 tags: trunk
09:39
New script "sitemap.fpr" has been added. It automatically creates XML sitemap of all articles in the CMS. check-in: 3cbe65e1be user: lhmnai0 tags: trunk
2013-01-25
07:57
New compilation because of FreshLibDev bugfix. Fixed the articles "new article" period to the default 3 days. check-in: 9464e08396 user: lhmnai0 tags: trunk
2013-01-24
07:41
Actually, the code of MiniMagAsm is not changed. The difference is that it is compiled with the latest version of FreshLibDev (markdown parser), which supports flash animations - use it with [$WidthxHeight:fileURL] syntax. check-in: 7994e4a810 user: lhmnai0 tags: trunk
2012-10-18
04:53
Changes in order to get MiniMagAsm independent of external libraries in Linux. Now it does not import any functions from shared libraries and can work on 64bit Linux hosting without compatibility packages installed. This release was successfully installed on fresh.flatassembler.net (bluehost.com). check-in: bde2815675 user: JohnFound tags: trunk
2012-09-10
14:08
More work on the current funny theme. Image editing mainly. check-in: fb32e13cc7 user: lhmnai0 tags: trunk
2012-08-10
07:52
Bugfix in feedback.cgi, concerning bot protection and ban lists. Now the banned events should be reported properly in the site log. check-in: 94a6d23913 user: lhmnai0 tags: trunk
2012-08-04
19:48
Changed the default visual style. The old one is separated as a template in the "Templates/" directory. Fixed (I hope so) bug in the feedback.cgi that caused innocent people to be banned from posting feedback. check-in: e2a4134044 user: JohnFound tags: trunk
2012-07-15
06:37
Everything was converted to the new FreshLib macros.

Implemented gravatar avatars for the user comments. check-in: a759071b23 user: JohnFound tags: trunk

2012-06-30
19:26
Bugfix in save.cgi check-in: be910da087 user: JohnFound tags: trunk
19:05
Added new features: Modification time displayed at the end of the articles; The online actions: Article edits and added comments are loged in the file "log.txt" accessible from the main menu. This way the visitor can check latest changes in the site without browsing the articles. Some small bug fixes. check-in: 9aae53c732 user: JohnFound tags: trunk
2012-06-28
14:42
New anchor icon. check-in: e079d8f5d6 user: lhmnai0 tags: trunk
2012-06-26
14:18
Changes in the feedback engine. It works now pretty well. Needs the latest version of FreshLibDev. check-in: 2ea5a6b062 user: lhmnai0 tags: trunk
06:43
Work on the feedback system. check-in: b16397e21b user: JohnFound tags: trunk
2012-06-25
14:12
Some edits and the work begin on user feedback features. check-in: db4a082e27 user: lhmnai0 tags: trunk
04:46
Added new script for saving edited files to the disk - save.cgi It should be placed in the password protected directory - /save/save.cgi

The project is divided on more modules get.asm; post.asm; cgi.asm in order to make the code reuse easyer. check-in: 782a269454 user: JohnFound tags: trunk

2012-06-18
13:49
The new articles should expand the parent folder. check-in: 4bc69da223 user: lhmnai0 tags: trunk
2012-06-17
11:28
Removed some unnecessary files. The page editor is now integrated in index.cgi There are some corresponding changes in FreshLibDev needed for this version to be compiled. check-in: a902660301 user: JohnFound tags: trunk
2012-06-13
21:21
XHTML compatible code generation. check-in: 08d51c42ae user: JohnFound tags: trunk
13:36
Fixed bug in the engine, caused wrong </label> tags to be generated. Added new features - different icons to the new articles. Experimental changes to the .CSS styles in order to make the rendering faster. The result is not clear. check-in: eb3846d558 user: lhmnai0 tags: trunk
08:25
Added special icon for the new articles. check-in: 34e2f50258 user: JohnFound tags: trunk
2012-06-10
05:53
As long as the content of the site is managed in separate repository now, some big cleanup was made.

Here, only the files about MiniMagAsm will be hosted in order to keep development cleaner. check-in: 2344281e7d user: JohnFound tags: trunk

2012-06-07
14:42
Attempt for an online editor for the articles. check-in: 995024bc82 user: lhmnai0 tags: trunk
2012-06-06
21:34
Articles edit. Introduced table support. check-in: cdb7526beb user: JohnFound tags: trunk
14:05
Article editing. check-in: 5f57440c2b user: lhmnai0 tags: trunk
04:38
Added content. check-in: 391d443177 user: JohnFound tags: trunk
2012-06-05
14:38
Edits in the content. check-in: b9906db82b user: lhmnai0 tags: trunk
04:36
Many content changes. The engine was fixed to handle HTML special characters and links better. check-in: ab654dda25 user: JohnFound tags: trunk
2012-06-04
14:02
Changes to the articles. check-in: b30a514ed7 user: lhmnai0 tags: trunk