aboutsummaryrefslogtreecommitdiff
path: root/website
AgeCommit message (Collapse)Author
2010-11-07Use the actual annotation value to process the @Log annotations instead of ↵Roel Spilker
their String representations.
2010-11-06Updated documentation on @Log and moved them all to lombok.extern.*Roel Spilker
2010-11-06Updated website documentation to include @LogRoel Spilker
2010-07-25Updated credits page with RJ, ivy, and split up people we'd like to thank ↵Reinier Zwitserloot
and software we use.
2010-07-21Added using .getX() instead of using .x in equals, hashCode, and toString. ↵Reinier Zwitserloot
Also updated changelog as well as the docs. Also updated usage examples for @EqualsAndHashCode, @ToString, and @Data, which also contained some other minor issues (such as missing this. qualifiers). Still to do is to detect that getters don't exist _yet_ but will later due to @Getter or @Data.
2010-07-20Small updates to website docs after feedback from RJ and Roel.Reinier Zwitserloot
2010-07-20Updated credits to list Petr Jiricka and Cobertura, also updated copyright ↵Reinier Zwitserloot
year for the index page.
2010-07-20Added documentation for @RequiredArgsConstructor, @NoArgsConstructor, ↵Reinier Zwitserloot
@AllArgsConstructor, and also how these generate @ConstructorProperties annotations. Also updated @Getter and @Setter's documentation to explain their new class-level feature, and updated @Data's description to highlight how @Data is now truly nothing more than the combination of @RequiredArgsConstructor, @EqualsAndHashCode, @ToString, @Getter, and @Setter.
2010-02-10mavenrepo example now adds scope=provided to reflect that lombok is only a ↵Reinier Zwitserloot
build-time and not a run-time dependency.
2010-01-08Added link to Michael Kimberlin's article to slideshow page.Reinier Zwitserloot
2010-01-07Changes 'div class=para' to the simpler and semantically correct 'p'.Reinier Zwitserloot
2009-12-21download-edge is now overwritten (to say that the stable is the latest) upon ↵Reinier Zwitserloot
a full release.
2009-12-21Fixed the changelog.html generation to be a full HTML file and not an HTML ↵Reinier Zwitserloot
snippet.
2009-12-21Added support to fully automatically upload a cutting edge build to ↵Reinier Zwitserloot
projectlombok.org, as well as a page with information about it, gathered from the changelog.
2009-12-10Tell google we own this websiteRoel Spilker
2009-11-27Added documentation for delombok.Reinier Zwitserloot
2009-10-17Fix: getters and setters for $foo fields (including our own $lock!) are now ↵Reinier Zwitserloot
no longer generated.
2009-10-17Change to the website page on disableCheckedExceptions to reflect the fact ↵Reinier Zwitserloot
that its no longer developed in a branch.
2009-10-16The old 'disableCheckedExceptions' branch wasn't a particularly nice ↵Reinier Zwitserloot
distribution/storage model of experimental features. For example, it was hopelessly out of date. Redesigned to a separate experimental directory, along with new build scripts, and rewrite it to the new lombok.patcher model. Unfortunately it doesn't actually work, just yet. Seems to do nothing at all.
2009-10-07build.xml was getting rather large, so its been split up into separate ↵Reinier Zwitserloot
scripts. The scripts have also gained the ability to build certain dependencies, such as lombok.patcher which is being worked on in tandem with this project, automatically. Also, the deps system has been changed slightly; the agents builds and the main lombok build now all work off of a single dependency directory. Also removed the website/publish script, as we haven't used github's project hosting for some time now.
2009-09-03Added a bunch of javadoc. No other changes.Reinier Zwitserloot
2009-09-03Updated website features documentation for the new AnnotationLevel.NONE.Reinier Zwitserloot
2009-09-03Addressed issue #32: The @EqualsAndHashCode and @ToString annotations now ↵Reinier Zwitserloot
support explicitly listing the fields to use, via the new 'of' parameter. We've also added any fields that start with $ to the default excludes list. Lombok itself can generate these fields ($lock of @Synchronized, for example), and in general they probably should count as effectively not part of the class.
2009-09-02Explained the correct pom magic incantation to force maven to use a v1.6 ↵Reinier Zwitserloot
compiler.
2009-09-01Fixed documentation, specifically: added eclipse help system fix to the ↵Reinier Zwitserloot
changelog, and added some documentation on the special handling of @NonNull/@NotNull/@Nullable for Data and Getter/Setter on the website docs.
2009-08-19Added link to sun bug db which contains a feature request that is analogous ↵Reinier Zwitserloot
to @SneakyThrows, except with a keyword.
2009-08-04ToString had the wrong title (@Data instead of @ToString)Reinier Zwitserloot
2009-07-30Whoops, we updated the 'header' control on index.html and totally forgot to ↵Reinier Zwitserloot
port the changes over to slideshow.html which has the same header. Fixed now, and uploaded to website.
2009-07-29Added support for maven.Reinier Zwitserloot
2009-07-29Removed mention of github hosting the website. It doesn't. We're hosting it ↵Reinier Zwitserloot
ourselves.
2009-07-29Corrected 'licence' to 'license' which is a far more popular spelling.Reinier Zwitserloot
2009-07-29Removed small print which was covering gimmies already covered in @ToString, ↵Reinier Zwitserloot
@EqualsAndHashCode, and @Getter / @Setter documentation.
2009-07-29Use single quote instead of double quote in javadoc generation due to wonkyRoel Spilker
behaviour of javadoc tool Worked on feature documentation Renamed all "link to issue" to "Issue #n"
2009-07-28Updated website target to bzip2 the content, as our deployment these days ↵Reinier Zwitserloot
isn't via git, but via an ssh upload.
2009-07-28Version is now 'standalone' - it is separately compiled. The version is now ↵Reinier Zwitserloot
reflected in all javadoc pages, and on the website itself. The website design has been updated to have a link to the changelog and to mention the current version. Addresses issue #9.
2009-07-28Address issue #10: If the video won't play, and you don't see the failsafe ↵Reinier Zwitserloot
'download it instead' message, there's now still a link in the footer if you can't see the video to help folks with a bad mix of plugins along.
2009-07-28Added website feature documentation for @ToString and @EqualsAndHashCode, ↵Reinier Zwitserloot
and modified the docs for @Data to refer to the docs of these new annotations. The build script for the website has been updated to clean out the website build dir first, so files that used to exist but have now been tossed are no longer there. There's also a special website-no-videos target which builds a website deployable without the videos. This makes the upload a lot faster if the videos haven't changed.
2009-07-23Added chrome to the list of alternative browser when the video doesn't play.Roel Spilker
2009-07-22Added google analytics tracking.Reinier Zwitserloot
2009-07-22Added a link to javadoc.Reinier Zwitserloot
2009-07-22Update to the credits page with photos and a mention of spi.googlecode.comReinier Zwitserloot
2009-07-22Okay, I _think_ the video should now work just about everywhere:Reinier Zwitserloot
FF3.5 (video) FF3.0 (flash, even if flash is at an ooold version) Safari 4 (video) IE6, 7, and 8 Opera10 Any flash version (or at least, 6 and up) should work, in that too old versions will show an upgrade-your-flash thingie. If javascript is on. Otherwise, well, you're screwed.
2009-07-22On IE, without explicit sizes for the sldieshow images, they looked borked.Reinier Zwitserloot
2009-07-21Whoops, saved the images as quickdraw pictures. That's not going to work ↵Reinier Zwitserloot
anywhere except on macs!
2009-07-21Added the slideshowReinier Zwitserloot
2009-07-21We don't put 'monospaced' in <code>'s CSS because that somehow affects ↵Reinier Zwitserloot
rendering in safari. I also removed it from <pre>, because why in one but not the other?
2009-07-21If the video tag doesn't work, flash is tried next instead of quicktime.Reinier Zwitserloot
2009-07-21Final versions of the videosReinier Zwitserloot
2009-07-20Updated credits and build.xml for the video.Reinier Zwitserloot
2009-07-20Added the videosReinier Zwitserloot