Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Eeems

Pages: 1 ... 46 47 [48] 49 50 ... 370
706
Axe / Re: [Controversial] Better Axe Documentation Could Be Needed
« on: March 26, 2014, 08:21:03 pm »
For having Omnimaga host an integrated wiki, somebody can put in a request for that. I'd have to talk it over with the other admins, and make sure the integration was understood by enough of us that I (or whoever built the integration) am not the only one who can support it.

Having an integrated wiki that requires an Omnimaga account to register would be nice, but honestly I think if we want to start adding more documentation for things on a wiki, wikiti is a better option.

For this it would probably be better to use github like albert mentioned.

707
News / Re: The "New Posts" feature is back!
« on: March 25, 2014, 11:00:28 pm »
Already fixed you guys.

708
News / Re: The "New Posts" feature is back!
« on: March 24, 2014, 07:04:13 pm »
Read my post above yours. I made it clearer since both of you didn't understand.
Ah, well then this isn't the right place to be asking for that. You should submit a request to ourl.ca/request

709
News / Re: The "New Posts" feature is back!
« on: March 24, 2014, 06:58:21 pm »
It's a bit misleading this way though. Recents shouldn't have a sub menu with those two options. Instead they should be tabs like on the old forum. ;)
I'm not sure what is so misleading about having a menu item marked as recent under the forum menu.

Currently the full menu (not all of which most members can see) has these menu options:
Home, About, IRC, Downloads, Forum, Tools, Help, Admin, Moderate, Profile, My Messages, Members Logout

Adding another menu item for Recent posts, which logically falls under the forum category doesn't really make sense.

710
News / Re: The "New Posts" feature is back!
« on: March 24, 2014, 12:20:17 pm »
Oh, I thought that was just a heading for Recent unread or Recent replies.
If you click on the main part that opens the sub menu, it takes you to recent posts. The sub menu is for those pages.

711
News / Re: The "New Posts" feature is back!
« on: March 24, 2014, 10:10:27 am »
This is great! Now we just need to add a link on the nav bar or on the main page so it's visible. :)
It is ;) Look on the forum drop-down.

712
News / Re: The "New Posts" feature is back!
« on: March 24, 2014, 10:06:42 am »
Indeed, it is a lot better like that :D
The only differences with the old feature are:
  • clicking on the title of the topic in that list opens the topic at its beginning instead of opening it at the last post (what opens at the last post is the button on the right)
  • it only lists 20 posts


But that's already great, don't worry, I am not complaining, just listing differences :)
Actually if you check carefully:

*1: To get around that, you can click one of the page numbers at the bottom and if, for example, you see 1-2-3...98-99-100, clicking the ... will expand the page list. Also, in the last post column, there's a small icon leading to the latest post.
*2: I think 20 depends of your forum settings, because I have it set to 50 in my account settings. Also, for me there are 296 pages of topics (going all the way back to 2005), so in fact the New posts list now lists about 15000 topics :P (or more if you're admin)
I have 862 pages >.>

713
News / Re: Project Section Updates
« on: March 24, 2014, 10:04:44 am »
Okay, so this is a necropost, but imagine some new member doing it to this topic instead of me because it was easy to find in http://www.omnimaga.org/recent and they were obsessed with nercoposting. I, personally, see this as a flaw in showing all of the topics in the recent posts section.
Long story short: will an admin kindly limit the number of posts seen in the recent posts section unless said member is a mod?

Thank you.

EDIT: Other than that, I love the new (read: updated) recent posts feature, but this should come first, imo.
I've already mentioned it to cooliojazz. It's his mod, he'll have to add that feature. For more requests for features, please use ourl.ca/request instead of posting it in random threads and hoping that we see it (Luckily enough for you I did notice this one).

714
Axe / Re: [Controversial] Better Axe Documentation Could Be Needed
« on: March 20, 2014, 01:57:24 pm »
On the topic of Axe documentation...

We used to have an Axe wiki, where this kind of stuff (tutorials and “better” documentation) can be found. Mediawiki needed to be updated 24/7 though, and things got messy so fast (spambot fiesta!) that it was eventually shut down.

(See: http://www.omnimaga.org/news/axe-parser-wiki-opens-its-doors/msg220368/#msg220368)

I don’t think we’ll ever put up another wiki again (unless it’s some other wiki software, NOT Mediawiki). But if you’re really interested in improving documentation, you can either modify the current one (that one HTML file), or get your hands messy by creating another one!

Sphinx (http://sphinx-doc.org/) is a documentation format that creates pretty documentation from simple markup. LOTS of projects use it, and although it is a little overkill for a project like Axe, you can certainly use it to provide meatier details about Axe, including tutorials and the likes. I’d love to see a https://axe.readthedocs.org/ one day!

EDIT: Looks like thep ninja'd me!
Nothing wrong with mediawiki, you just have to secure it properly. It's what the largest wiki in the world uses after all (Wikipedia).

715
Axe / Re: [Controversial] Better Axe Documentation Could Be Needed
« on: March 20, 2014, 01:21:26 pm »
Example:
Code: [Select]
Before: EXP▶Hex     Converts the number to hexadecimal and returns the pointer to that string.
Code: [Select]
After: EXP▶[HEX] -> PTR  Converts the expression to hexadecimal and if a pointer is declared it will be available at named pointer.The red is not needed, but if you want the pointer to go somewhere you should provide this information.
You know you start modifying the documentation with stuff like that and then submit it to Runer112 to include in the official releases.

716
Axe / Re: [Controversial] Better Axe Documentation Could Be Needed
« on: March 20, 2014, 12:00:51 am »
They are shrouded in a cloud of possibilities.  Which are endless, but what I think is a good example is needed for each one with all possible arguments.
And the arguments could be colorized to make sence of what is required for the command to work and whats not. Some commands leand themselves to this in the descriptions but some do not. One such example is pxl-on and then you have Bitmap which gives you the options but doesnt tell you how to make bmp in the option.
bmp files are pretty standard. http://en.wikipedia.org/wiki/BMP_file_format I'd assume that it's a sequential piece of data in which bits with a value of 1 turns the pixel on and 0 off.

717
OmnomIRC Development / Re: OmnomIRC changelog and suggestions
« on: March 19, 2014, 05:22:29 pm »
it should only use one mysql connection in theory.
Ah, that would be the web front end then?

718
OmnomIRC Development / Re: OmnomIRC changelog and suggestions
« on: March 19, 2014, 05:20:56 pm »
It does reconnect. I killed the bot earlier and hand it restart (It automatically restarts 30 seconds after any bot crash (That cooldown should be less IMO)).
it should in theory - if every single thread dies :P
Err.... so that's what is causing all the connections... You should change that up so that it only uses one mysql connection and the thread with that doesn't die ;)

719
Web Programming and Design / Re: Best way to store blog posts
« on: March 17, 2014, 08:14:54 pm »
As it is SQL you don't need to join, it doesn't care about line breaks and weird tabs ;)
Explicit joins are preferable in sql though. Implicit joins can be slower.

720
News / Re: Old links converted
« on: March 17, 2014, 08:12:28 pm »
Seems like two links are still broken on that post.
Seems to actually be a problem with ourl.ca causing a redirection loop. I'll fix that up.

Pages: 1 ... 46 47 [48] 49 50 ... 370