-
Ali Watters posted an update in the project
Laulima Labs: 1 year, 2 months ago · ViewUseful SVN commands; please extend this guys!
svn ignore;
http://www.petefreitag.com/item/662.cfm
In essence;
svn propedit svn:ignore ./some_path
in the text file place;
*
This will ignore all files in ./somepath – useful for upload directories, tmp dirs etc that are in the project path.
Slightly more complex – in the text file;
*.jpg
something_*Would ignore those files matching the two lines above… any more SVN tips?
-
Ali Watters posted an update in the project
Laulima Labs: 1 year, 2 months ago · View150,000 Google gmail accounts, hosted on the cloud, disappear into thin air… ooops.
FengOffice appear to be about the best of the totally OpenSource platforms available to replace such reliance…
http://www.fengoffice.com/web/community/community_index.php
Zimbra was always my most interesting pick, but never got to install or test as it needs Ubuntu, and like ThinkFree (which is the best of the best), there is also a small licensing fee for use outsiode of your own internal servers, or something like that… But this FengOffice appears to just need PHP and MySQL, so that could be an interesting choice…
-
Ali Watters joined the project
Laulima Labs 1 year, 2 months ago · View -
Sundar posted an update in the project
Laulima Labs: 1 year, 4 months ago · ViewIs it possible to make quotes in here?
Is it possible to make quotes in here?
It is now! – Just need to add a blockquote HTML tag as required…
Nice! =)
[quote]Is it possible to make quotes in here?[/quote]
uh lol.. how do we do quotes again?
{quote}Is it possible to make quotes in here?{/quote}
=(
Try angled brackets..
Is it possible to make quotes in here?
Is it possible to make quotes in here?
plus – blockquote – is the tag name.
-
Sundar started the forum topic Office Fun =) in the project
Laulima Labs: 1 year, 4 months ago · ViewJust general chatter & off topic stuff.
-
LauTeam posted on the forum topic Bugs & Quirks in the project
Laulima Labs: 1 year, 4 months ago · ViewIt would also be good to see the newly added “Latest Topics” and “Useful Links” widgets be better styled – with improved functionality once we get the time. A Wiki widget of some-kind would not go amiss either… As for new features, it may be worth adding a links directory and (or) media management tool [...]
-
Mark Smalley joined the project
Laulima Labs 1 year, 4 months ago · View -
Sundar posted on the forum topic Bugs & Quirks in the project
Laulima Labs: 1 year, 4 months ago · ViewTopic – Posting replies on home page
Problem – Clicking “Reply (x)” button scrolls the content up the page
Link – http://labs.laulima.com -
Sundar posted on the forum topic Bugs & Quirks in the project
Laulima Labs: 1 year, 4 months ago · ViewTopic – Editing a post
Problem – Link to a profile generates additional tags in front of the link.
Link – http://labs.laulima.com/activity/edit/ -
Sundar started the forum topic Bugs & Quirks in the project
Laulima Labs: 1 year, 4 months ago · ViewHey guys,
Please post any problems, bugs and/or quirks that you find with the LL Labs site here.
Please indicate the problem, how to repeat it (if possible) and the link to it (if available).
Thanks =).
-
I started using GIT this weekend, and in-turn, my first use of the Mac Terminal :-s
Regarding which, you really should read this – http://apenwarr.ca/log/?m=200801#31 – the one thing I can most certainly contest to is its speed…
GIT looks sweet – SVN is enough for our needs at the moment though – next big project we’ll review our version control system.